Html Css Color HEX #F730FF Magenta

📋 copy color: '#F730FF'

red 247 ◦ green 48 ◦ blue 255

#F730FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #F730FF

Tints of Magenta #F730FF

RGB

 RED value IS 247 (96.88% from 255) = 44.91%

 GREEN value IS 48 (19.14% from 255) = 8.73%

 BLUE value IS 255 (100% from 255) = 46.36%

R = 44.91%
G = 8.73%
B = 46.36%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F730FF (or 0xF730FF) is known color: Magenta. HEX triplet: F7, 30 and FF. RGB value is (247,48,255). Sum of RGB (Red+Green+Blue) = 247+48+255=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 48 (19.14% from 255 or 8.73% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #F730FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F730FF is #08CF00. Grayscale: #828282. Windows color (decimal): -577281 or 16724215. OLE color: 16724215.

HSL color Cylindrical-coordinate representation of color #F730FF: hue angle of 297.68º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F730FF is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 247 48 255 -
CMYK 0.03 0.81 0 0
HSL 297.68º 1% 0.59% -
HSV(B) 297.68º 0.81% 1% -
XYZ 57.46 29.11 97.2 -
YUV 131.1 197.93 210.67 -
System Red Green Blue C M Y K H S L
Decimal 247 48 255 0.03 0.81 0 0 297.68 1 0.59
Hex F7 30 FF 3 51 0 0 12A 64 3B
Octal 367 60 377 3 121 0 0 452 144 73
Binary 11110111 110000 11111111 11 1010001 0 0 100101010 1100100 111011

Color Harmonies of #F730FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F730FF

Black with #F730FF

Text Example


Text Example

White with #F730FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F730FF; }

 p { color: rgb(247,48,255); }

 H1.HeaderClassName
 {
   color: #F730FF;
 }
 .AnyTagClassName
 {
   color: #F730FF;
 }
</style>

background-color css

<style>
 a { background-color: #F730FF; }

 a { background-color: rgb(247,48,255); }

 div.DivClassName
 {
   background-color: #F730FF;
 }
 .BgClassName
 {
   background-color: #F730FF;
 }
</style>

border-color css

<style>
 span { border-color: #F730FF; }

 span { border-color: rgb(247,48,255); }

 td.TdClassName
 {
   border-color: #F730FF;
 }
 .TagClassName
 {
   border-color: #F730FF;
 }
</style>