Html Css Color HEX #F0209E Persian Rose

📋 copy color: '#F0209E'

red 240 ◦ green 32 ◦ blue 158

#F0209E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #F0209E

Tints of Persian Rose #F0209E

RGB

 RED value IS 240 (94.14% from 255) = 55.81%

 GREEN value IS 32 (12.89% from 255) = 7.44%

 BLUE value IS 158 (62.11% from 255) = 36.74%

R = 55.81%
G = 7.44%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0209E (or 0xF0209E) is known color: Persian Rose. HEX triplet: F0, 20 and 9E. RGB value is (240,32,158). Sum of RGB (Red+Green+Blue) = 240+32+158=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0209E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0209E is #0FDF61. Grayscale: #6C6C6C. Windows color (decimal): -1040226 or 10363120. OLE color: 10363120.

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

Color convert

RGB 240 32 158 -
CMYK 0 0.87 0.34 0.06
HSL 323.65º 0.87% 0.53% -
HSV(B) 323.65º 0.87% 0.94% -
XYZ 42.62 22.03 34.35 -
YUV 108.56 155.91 221.75 -
System Red Green Blue C M Y K H S L
Decimal 240 32 158 0 0.87 0.34 0.06 323.65 0.87 0.53
Hex F0 20 9E 0 57 22 6 144 57 35
Octal 360 40 236 0 127 42 6 504 127 65
Binary 11110000 100000 10011110 0 1010111 100010 110 101000100 1010111 110101

Color Harmonies of #F0209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0209E

Black with #F0209E

Text Example


Text Example

White with #F0209E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0209E; }

 p { color: rgb(240,32,158); }

 H1.HeaderClassName
 {
   color: #F0209E;
 }
 .AnyTagClassName
 {
   color: #F0209E;
 }
</style>

background-color css

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

 a { background-color: rgb(240,32,158); }

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

border-color css

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

 span { border-color: rgb(240,32,158); }

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