Html Css Color HEX #F0219B Persian Rose

📋 copy color: '#F0219B'

red 240 ◦ green 33 ◦ blue 155

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

Shades of Persian Rose #F0219B

Tints of Persian Rose #F0219B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.71%

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

R = 56.07%
G = 7.71%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0219B (or 0xF0219B) is known color: Persian Rose. HEX triplet: F0, 21 and 9B. RGB value is (240,33,155). Sum of RGB (Red+Green+Blue) = 240+33+155=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0219B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0219B is #0FDE64. Grayscale: #6C6C6C. Windows color (decimal): -1039973 or 10166768. OLE color: 10166768.

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

Color convert

RGB 240 33 155 -
CMYK 0 0.86 0.35 0.06
HSL 324.64º 0.87% 0.54% -
HSV(B) 324.64º 0.86% 0.94% -
XYZ 42.4 21.98 33.02 -
YUV 108.8 154.08 221.58 -
System Red Green Blue C M Y K H S L
Decimal 240 33 155 0 0.86 0.35 0.06 324.64 0.87 0.54
Hex F0 21 9B 0 56 23 6 145 57 36
Octal 360 41 233 0 126 43 6 505 127 66
Binary 11110000 100001 10011011 0 1010110 100011 110 101000101 1010111 110110

Color Harmonies of #F0219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0219B

Black with #F0219B

Text Example


Text Example

White with #F0219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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