Html Css Color HEX #F01EA3 Persian Rose

📋 copy color: '#F01EA3'

red 240 ◦ green 30 ◦ blue 163

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

Shades of Persian Rose #F01EA3

Tints of Persian Rose #F01EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.64%

R = 55.43%
G = 6.93%
B = 37.64%

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

#F01EA3 (or 0xF01EA3) is known color: Persian Rose. HEX triplet: F0, 1E and A3. RGB value is (240,30,163). Sum of RGB (Red+Green+Blue) = 240+30+163=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F01EA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01EA3 is #0FE15C. Grayscale: #6B6B6B. Windows color (decimal): -1040733 or 10690288. OLE color: 10690288.

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

Color convert

RGB 240 30 163 -
CMYK 0 0.87 0.32 0.06
HSL 322º 0.88% 0.53% -
HSV(B) 322º 0.88% 0.94% -
XYZ 43.01 22.1 36.65 -
YUV 107.95 159.07 222.19 -
System Red Green Blue C M Y K H S L
Decimal 240 30 163 0 0.87 0.32 0.06 322 0.88 0.53
Hex F0 1E A3 0 57 20 6 142 58 35
Octal 360 36 243 0 127 40 6 502 130 65
Binary 11110000 11110 10100011 0 1010111 100000 110 101000010 1011000 110101

Color Harmonies of #F01EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01EA3

Black with #F01EA3

Text Example


Text Example

White with #F01EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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