#F03CAC

Color #F03CAC Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #F03CAC

Tints of Persian Rose #F03CAC

Color information

#F03CAC (or 0xF03CAC) is unknown color: approx 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

RGB24060172-
CMYK00.750.280.06
HSL322.67º85.71%58.82%-
HSV(B)322.67º75%94.12%-
XYZ4524.7441.43-
YUV126.59153.63208.89-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406017200.750.280.06322.6785.7158.82
HexF03CAC04B1C6143563b
Octal36074254011334650312673
Binary111100001111001010110001001011111001101010000111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>