Html Css Color HEX #F03FAF Persian Rose

📋 copy color: '#F03FAF'

red 240 ◦ green 63 ◦ blue 175

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

Shades of Persian Rose #F03FAF

Tints of Persian Rose #F03FAF

RGB

 RED value IS 240 (94.14% from 255) = 50.21%

 GREEN value IS 63 (25% from 255) = 13.18%

 BLUE value IS 175 (68.75% from 255) = 36.61%

R = 50.21%
G = 13.18%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F03FAF (or 0xF03FAF) is known color: Persian Rose. HEX triplet: F0, 3F and AF. RGB value is (240,63,175). Sum of RGB (Red+Green+Blue) = 240+63+175=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 63 (25% from 255 or 13.18% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F03FAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03FAF is #0FC050. Grayscale: #808080. Windows color (decimal): -1032273 or 11485168. OLE color: 11485168.

HSL color Cylindrical-coordinate representation of color #F03FAF: hue angle of 322.03º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03FAF is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 63 175 -
CMYK 0 0.74 0.27 0.06
HSL 322.03º 0.86% 0.59% -
HSV(B) 322.03º 0.74% 0.94% -
XYZ 45.45 25.18 43.02 -
YUV 128.69 154.14 207.39 -
System Red Green Blue C M Y K H S L
Decimal 240 63 175 0 0.74 0.27 0.06 322.03 0.86 0.59
Hex F0 3F AF 0 4A 1B 6 142 56 3B
Octal 360 77 257 0 112 33 6 502 126 73
Binary 11110000 111111 10101111 0 1001010 11011 110 101000010 1010110 111011

Color Harmonies of #F03FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03FAF

Black with #F03FAF

Text Example


Text Example

White with #F03FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03FAF; }

 p { color: rgb(240,63,175); }

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

background-color css

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

 a { background-color: rgb(240,63,175); }

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

border-color css

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

 span { border-color: rgb(240,63,175); }

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