Html Css Color HEX #F0209C Persian Rose

📋 copy color: '#F0209C'

red 240 ◦ green 32 ◦ blue 156

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

Shades of Persian Rose #F0209C

Tints of Persian Rose #F0209C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.45%

R = 56.07%
G = 7.48%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0209C (or 0xF0209C) is known color: Persian Rose. HEX triplet: F0, 20 and 9C. RGB value is (240,32,156). Sum of RGB (Red+Green+Blue) = 240+32+156=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0209C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0209C is #0FDF63. Grayscale: #6C6C6C. Windows color (decimal): -1040228 or 10232048. OLE color: 10232048.

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

Color convert

RGB 240 32 156 -
CMYK 0 0.87 0.35 0.06
HSL 324.23º 0.87% 0.53% -
HSV(B) 324.23º 0.87% 0.94% -
XYZ 42.45 21.96 33.45 -
YUV 108.33 154.91 221.92 -
System Red Green Blue C M Y K H S L
Decimal 240 32 156 0 0.87 0.35 0.06 324.23 0.87 0.53
Hex F0 20 9C 0 57 23 6 144 57 35
Octal 360 40 234 0 127 43 6 504 127 65
Binary 11110000 100000 10011100 0 1010111 100011 110 101000100 1010111 110101

Color Harmonies of #F0209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0209C

Black with #F0209C

Text Example


Text Example

White with #F0209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0209C; }

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

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

background-color css

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

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

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

border-color css

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

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

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