Html Css Color HEX #F01EA2 Persian Rose

📋 copy color: '#F01EA2'

red 240 ◦ green 30 ◦ blue 162

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

Shades of Persian Rose #F01EA2

Tints of Persian Rose #F01EA2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.94%

 BLUE value IS 162 (63.67% from 255) = 37.5%

R = 55.56%
G = 6.94%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F01EA2 (or 0xF01EA2) is known color: Persian Rose. HEX triplet: F0, 1E and A2. RGB value is (240,30,162). Sum of RGB (Red+Green+Blue) = 240+30+162=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 30 (12.11% from 255 or 6.94% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F01EA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01EA2 is #0FE15D. Grayscale: #6B6B6B. Windows color (decimal): -1040734 or 10624752. OLE color: 10624752.

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

Color convert

RGB 240 30 162 -
CMYK 0 0.87 0.32 0.06
HSL 322.29º 0.88% 0.53% -
HSV(B) 322.29º 0.88% 0.94% -
XYZ 42.92 22.06 36.18 -
YUV 107.84 158.57 222.27 -
System Red Green Blue C M Y K H S L
Decimal 240 30 162 0 0.87 0.32 0.06 322.29 0.88 0.53
Hex F0 1E A2 0 57 20 6 142 58 35
Octal 360 36 242 0 127 40 6 502 130 65
Binary 11110000 11110 10100010 0 1010111 100000 110 101000010 1011000 110101

Color Harmonies of #F01EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01EA2

Black with #F01EA2

Text Example


Text Example

White with #F01EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01EA2; }

 p { color: rgb(240,30,162); }

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

background-color css

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

 a { background-color: rgb(240,30,162); }

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

border-color css

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

 span { border-color: rgb(240,30,162); }

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