Html Css Color HEX #F0209B Persian Rose

📋 copy color: '#F0209B'

red 240 ◦ green 32 ◦ blue 155

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

Shades of Persian Rose #F0209B

Tints of Persian Rose #F0209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.3%

R = 56.21%
G = 7.49%
B = 36.3%

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

#F0209B (or 0xF0209B) is known color: Persian Rose. HEX triplet: F0, 20 and 9B. RGB value is (240,32,155). Sum of RGB (Red+Green+Blue) = 240+32+155=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 32 (12.89% from 255 or 7.49% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F0209B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0209B is #0FDF64. Grayscale: #6B6B6B. Windows color (decimal): -1040229 or 10166512. OLE color: 10166512.

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

Color convert

RGB 240 32 155 -
CMYK 0 0.87 0.35 0.06
HSL 324.52º 0.87% 0.53% -
HSV(B) 324.52º 0.87% 0.94% -
XYZ 42.37 21.92 33.01 -
YUV 108.21 154.41 222 -
System Red Green Blue C M Y K H S L
Decimal 240 32 155 0 0.87 0.35 0.06 324.52 0.87 0.53
Hex F0 20 9B 0 57 23 6 145 57 35
Octal 360 40 233 0 127 43 6 505 127 65
Binary 11110000 100000 10011011 0 1010111 100011 110 101000101 1010111 110101

Color Harmonies of #F0209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0209B

Black with #F0209B

Text Example


Text Example

White with #F0209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0209B; }

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

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

background-color css

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

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

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

border-color css

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

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

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