Html Css Color HEX #F0209F Persian Rose

📋 copy color: '#F0209F'

red 240 ◦ green 32 ◦ blue 159

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

Shades of Persian Rose #F0209F

Tints of Persian Rose #F0209F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.89%

R = 55.68%
G = 7.42%
B = 36.89%

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

#F0209F (or 0xF0209F) is known color: Persian Rose. HEX triplet: F0, 20 and 9F. RGB value is (240,32,159). Sum of RGB (Red+Green+Blue) = 240+32+159=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0209F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0209F is #0FDF60. Grayscale: #6C6C6C. Windows color (decimal): -1040225 or 10428656. OLE color: 10428656.

HSL color Cylindrical-coordinate representation of color #F0209F: hue angle of 323.37º 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 #F0209F is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 32 159 -
CMYK 0 0.87 0.34 0.06
HSL 323.37º 0.87% 0.53% -
HSV(B) 323.37º 0.87% 0.94% -
XYZ 42.71 22.06 34.81 -
YUV 108.67 156.41 221.67 -
System Red Green Blue C M Y K H S L
Decimal 240 32 159 0 0.87 0.34 0.06 323.37 0.87 0.53
Hex F0 20 9F 0 57 22 6 143 57 35
Octal 360 40 237 0 127 42 6 503 127 65
Binary 11110000 100000 10011111 0 1010111 100010 110 101000011 1010111 110101

Color Harmonies of #F0209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0209F

Black with #F0209F

Text Example


Text Example

White with #F0209F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0209F; }

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

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

background-color css

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

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

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

border-color css

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

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

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