Html Css Color HEX #F020A0 Persian Rose

📋 copy color: '#F020A0'

red 240 ◦ green 32 ◦ blue 160

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

Shades of Persian Rose #F020A0

Tints of Persian Rose #F020A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.04%

R = 55.56%
G = 7.41%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F020A0 (or 0xF020A0) is known color: Persian Rose. HEX triplet: F0, 20 and A0. RGB value is (240,32,160). Sum of RGB (Red+Green+Blue) = 240+32+160=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F020A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F020A0 is #0FDF5F. Grayscale: #6C6C6C. Windows color (decimal): -1040224 or 10494192. OLE color: 10494192.

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

Color convert

RGB 240 32 160 -
CMYK 0 0.87 0.33 0.06
HSL 323.08º 0.87% 0.53% -
HSV(B) 323.08º 0.87% 0.94% -
XYZ 42.8 22.1 35.27 -
YUV 108.78 156.91 221.59 -
System Red Green Blue C M Y K H S L
Decimal 240 32 160 0 0.87 0.33 0.06 323.08 0.87 0.53
Hex F0 20 A0 0 57 21 6 143 57 35
Octal 360 40 240 0 127 41 6 503 127 65
Binary 11110000 100000 10100000 0 1010111 100001 110 101000011 1010111 110101

Color Harmonies of #F020A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F020A0

Black with #F020A0

Text Example


Text Example

White with #F020A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F020A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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