Html Css Color HEX #F0219F Persian Rose

📋 copy color: '#F0219F'

red 240 ◦ green 33 ◦ blue 159

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

Shades of Persian Rose #F0219F

Tints of Persian Rose #F0219F

RGB

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

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

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

R = 55.56%
G = 7.64%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0219F (or 0xF0219F) is known color: Persian Rose. HEX triplet: F0, 21 and 9F. RGB value is (240,33,159). Sum of RGB (Red+Green+Blue) = 240+33+159=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0219F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0219F is #0FDE60. Grayscale: #6C6C6C. Windows color (decimal): -1039969 or 10428912. OLE color: 10428912.

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

Color convert

RGB 240 33 159 -
CMYK 0 0.86 0.34 0.06
HSL 323.48º 0.87% 0.54% -
HSV(B) 323.48º 0.86% 0.94% -
XYZ 42.74 22.12 34.82 -
YUV 109.26 156.08 221.25 -
System Red Green Blue C M Y K H S L
Decimal 240 33 159 0 0.86 0.34 0.06 323.48 0.87 0.54
Hex F0 21 9F 0 56 22 6 143 57 36
Octal 360 41 237 0 126 42 6 503 127 66
Binary 11110000 100001 10011111 0 1010110 100010 110 101000011 1010111 110110

Color Harmonies of #F0219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0219F

Black with #F0219F

Text Example


Text Example

White with #F0219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0219F; }

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

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

background-color css

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

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

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

border-color css

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

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

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