#F02FA7

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

Shades of Persian Rose #F02FA7

Tints of Persian Rose #F02FA7

Color information

#F02FA7 (or 0xF02FA7) is unknown color: approx Persian Rose. HEX triplet: F0, 2F and A7. RGB value is (240,47,167). Sum of RGB (Red+Green+Blue) = 240+47+167=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 167 (65.62% from 255 or 36.78% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F02FA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02FA7 is #0FD058. Grayscale: #767676. Windows color (decimal): -1036377 or 10956784. OLE color: 10956784.

HSL color Cylindrical-coordinate representation of color #F02FA7: hue angle of 322.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F02FA7 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB24047167-
CMYK00.800.300.06
HSL322.69º86.55%56.27%-
HSV(B)322.69º80.42%94.12%-
XYZ43.9323.3538.75-
YUV118.39155.44214.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.86%
GREEN value IS 47 (18.75% from 255) = 10.35%
BLUE value IS 167 (65.62% from 255) = 36.78%
R=52.86%
G=10.35%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2404716700.800.300.06322.6986.5556.27
HexF02FA70501E61435738
Octal36057247012036650312770
Binary111100001011111010011101010000111101101010000111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02FA7; }

 p { color: rgb(240,47,167); }

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

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

 a { background-color: rgb(240,47,167); }

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

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

 span { border-color: rgb(240,47,167); }

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