#F22CA3

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

Shades of Persian Rose #F22CA3

Tints of Persian Rose #F22CA3

Color information

#F22CA3 (or 0xF22CA3) is unknown color: approx Persian Rose. HEX triplet: F2, 2C and A3. RGB value is (242,44,163). Sum of RGB (Red+Green+Blue) = 242+44+163=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F22CA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22CA3 is #0DD35C. Grayscale: #747474. Windows color (decimal): -906077 or 10693874. OLE color: 10693874.

HSL color Cylindrical-coordinate representation of color #F22CA3: hue angle of 323.94º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22CA3 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB24244163-
CMYK00.820.330.05
HSL323.94º88.39%56.08%-
HSV(B)323.94º81.82%94.9%-
XYZ44.1323.3236.83-
YUV116.77154.1217.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.90%
GREEN value IS 44 (17.58% from 255) = 9.80%
BLUE value IS 163 (64.06% from 255) = 36.30%
R=53.90%
G=9.80%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2424416300.820.330.05323.9488.3956.08
HexF22CA30522151445838
Octal36254243012241550413070
Binary1111001010110010100011010100101000011011010001001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22CA3; }

 p { color: rgb(242,44,163); }

 H1.HeaderClassName
 {
   color: #F22CA3;
 }
 .AnyTagClassName
 {
   color: #F22CA3;
 }
</style>
background-color css

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

 a { background-color: rgb(242,44,163); }

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

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

 span { border-color: rgb(242,44,163); }

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