Html Css Color HEX #F03CAC Persian Rose

📋 copy color: '#F03CAC'

red 240 ◦ green 60 ◦ blue 172

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

Shades of Persian Rose #F03CAC

Tints of Persian Rose #F03CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.71%

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

R = 50.85%
G = 12.71%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F03CAC (or 0xF03CAC) is known color: Persian Rose. HEX triplet: F0, 3C and AC. RGB value is (240,60,172). Sum of RGB (Red+Green+Blue) = 240+60+172=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F03CAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03CAC is #0FC353. Grayscale: #7E7E7E. Windows color (decimal): -1033044 or 11287792. OLE color: 11287792.

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

Color convert

RGB 240 60 172 -
CMYK 0 0.75 0.28 0.06
HSL 322.67º 0.86% 0.59% -
HSV(B) 322.67º 0.75% 0.94% -
XYZ 45 24.74 41.43 -
YUV 126.59 153.63 208.89 -
System Red Green Blue C M Y K H S L
Decimal 240 60 172 0 0.75 0.28 0.06 322.67 0.86 0.59
Hex F0 3C AC 0 4B 1C 6 143 56 3B
Octal 360 74 254 0 113 34 6 503 126 73
Binary 11110000 111100 10101100 0 1001011 11100 110 101000011 1010110 111011

Color Harmonies of #F03CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03CAC

Black with #F03CAC

Text Example


Text Example

White with #F03CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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