#F2309E

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

Shades of Persian Rose #F2309E

Tints of Persian Rose #F2309E

Color information

#F2309E (or 0xF2309E) is unknown color: approx Persian Rose. HEX triplet: F2, 30 and 9E. RGB value is (242,48,158). Sum of RGB (Red+Green+Blue) = 242+48+158=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2309E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2309E is #0DCF61. Grayscale: #767676. Windows color (decimal): -905058 or 10367218. OLE color: 10367218.

HSL color Cylindrical-coordinate representation of color #F2309E: hue angle of 325.98º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2309E is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB24248158-
CMYK00.800.350.05
HSL325.98º88.18%56.86%-
HSV(B)325.98º80.17%94.9%-
XYZ43.8523.4634.56-
YUV118.55150.27216.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.02%
GREEN value IS 48 (19.14% from 255) = 10.71%
BLUE value IS 158 (62.11% from 255) = 35.27%
R=54.02%
G=10.71%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2424815800.800.350.05325.9888.1856.86
HexF2309E0502351465839
Octal36260236012043550613071
Binary1111001011000010011110010100001000111011010001101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2309E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2309E; }

 p { color: rgb(242,48,158); }

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

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

 a { background-color: rgb(242,48,158); }

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

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

 span { border-color: rgb(242,48,158); }

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