Html Css Color HEX #F03FAE Persian Rose

📋 copy color: '#F03FAE'

red 240 ◦ green 63 ◦ blue 174

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

Shades of Persian Rose #F03FAE

Tints of Persian Rose #F03FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.48%

R = 50.31%
G = 13.21%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F03FAE (or 0xF03FAE) is known color: Persian Rose. HEX triplet: F0, 3F and AE. RGB value is (240,63,174). Sum of RGB (Red+Green+Blue) = 240+63+174=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F03FAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03FAE is #0FC051. Grayscale: #808080. Windows color (decimal): -1032274 or 11419632. OLE color: 11419632.

HSL color Cylindrical-coordinate representation of color #F03FAE: hue angle of 322.37º 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 #F03FAE is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 63 174 -
CMYK 0 0.74 0.28 0.06
HSL 322.37º 0.86% 0.59% -
HSV(B) 322.37º 0.74% 0.94% -
XYZ 45.35 25.14 42.51 -
YUV 128.58 153.64 207.47 -
System Red Green Blue C M Y K H S L
Decimal 240 63 174 0 0.74 0.28 0.06 322.37 0.86 0.59
Hex F0 3F AE 0 4A 1C 6 142 56 3B
Octal 360 77 256 0 112 34 6 502 126 73
Binary 11110000 111111 10101110 0 1001010 11100 110 101000010 1010110 111011

Color Harmonies of #F03FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03FAE

Black with #F03FAE

Text Example


Text Example

White with #F03FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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