Html Css Color HEX #F03EAC Persian Rose

📋 copy color: '#F03EAC'

red 240 ◦ green 62 ◦ blue 172

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

Shades of Persian Rose #F03EAC

Tints of Persian Rose #F03EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.08%

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 50.63%
G = 13.08%
B = 36.29%

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

#F03EAC (or 0xF03EAC) is known color: Persian Rose. HEX triplet: F0, 3E and AC. RGB value is (240,62,172). Sum of RGB (Red+Green+Blue) = 240+62+172=474 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.63% from 474); Green value is 62 (24.61% from 255 or 13.08% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 240 - color contains mainly: red. Hex color #F03EAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03EAC is #0FC153. Grayscale: #7F7F7F. Windows color (decimal): -1032532 or 11288304. OLE color: 11288304.

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

Color convert

RGB 240 62 172 -
CMYK 0 0.74 0.28 0.06
HSL 322.92º 0.86% 0.59% -
HSV(B) 322.92º 0.74% 0.94% -
XYZ 45.1 24.95 41.47 -
YUV 127.76 152.97 208.06 -
System Red Green Blue C M Y K H S L
Decimal 240 62 172 0 0.74 0.28 0.06 322.92 0.86 0.59
Hex F0 3E AC 0 4A 1C 6 143 56 3B
Octal 360 76 254 0 112 34 6 503 126 73
Binary 11110000 111110 10101100 0 1001010 11100 110 101000011 1010110 111011

Color Harmonies of #F03EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03EAC

Black with #F03EAC

Text Example


Text Example

White with #F03EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03EAC; }

 p { color: rgb(240,62,172); }

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

background-color css

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

 a { background-color: rgb(240,62,172); }

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

border-color css

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

 span { border-color: rgb(240,62,172); }

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