#F22BA8

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

Shades of Persian Rose #F22BA8

Tints of Persian Rose #F22BA8

Color information

#F22BA8 (or 0xF22BA8) is unknown color: approx Persian Rose. HEX triplet: F2, 2B and A8. RGB value is (242,43,168). Sum of RGB (Red+Green+Blue) = 242+43+168=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F22BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22BA8 is #0DD457. Grayscale: #747474. Windows color (decimal): -906328 or 11021298. OLE color: 11021298.

HSL color Cylindrical-coordinate representation of color #F22BA8: hue angle of 322.31º 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 #F22BA8 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB24243168-
CMYK00.820.310.05
HSL322.31º88.44%55.88%-
HSV(B)322.31º82.23%94.9%-
XYZ44.5523.4339.22-
YUV116.75156.93217.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.42%
GREEN value IS 43 (17.19% from 255) = 9.49%
BLUE value IS 168 (66.02% from 255) = 37.09%
R=53.42%
G=9.49%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2424316800.820.310.05322.3188.4455.88
HexF22BA80521F51425838
Octal36253250012237550213070
Binary111100101010111010100001010010111111011010000101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F22BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F22BA8; }

 p { color: rgb(242,43,168); }

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

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

 a { background-color: rgb(242,43,168); }

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

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

 span { border-color: rgb(242,43,168); }

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