Html Css Color HEX #F81EA4 Persian Rose

📋 copy color: '#F81EA4'

red 248 ◦ green 30 ◦ blue 164

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

Shades of Persian Rose #F81EA4

Tints of Persian Rose #F81EA4

RGB

 RED value IS 248 (97.27% from 255) = 56.11%

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

 BLUE value IS 164 (64.45% from 255) = 37.1%

R = 56.11%
G = 6.79%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#F81EA4 (or 0xF81EA4) is known color: Persian Rose. HEX triplet: F8, 1E and A4. RGB value is (248,30,164). Sum of RGB (Red+Green+Blue) = 248+30+164=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F81EA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81EA4 is #07E15B. Grayscale: #6E6E6E. Windows color (decimal): -516444 or 10755832. OLE color: 10755832.

HSL color Cylindrical-coordinate representation of color #F81EA4: hue angle of 323.12º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81EA4 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 30 164 -
CMYK 0 0.88 0.34 0.03
HSL 323.12º 0.94% 0.55% -
HSV(B) 323.12º 0.88% 0.97% -
XYZ 45.88 23.57 37.25 -
YUV 110.46 158.22 226.1 -
System Red Green Blue C M Y K H S L
Decimal 248 30 164 0 0.88 0.34 0.03 323.12 0.94 0.55
Hex F8 1E A4 0 58 22 3 143 5E 37
Octal 370 36 244 0 130 42 3 503 136 67
Binary 11111000 11110 10100100 0 1011000 100010 11 101000011 1011110 110111

Color Harmonies of #F81EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81EA4

Black with #F81EA4

Text Example


Text Example

White with #F81EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81EA4; }

 p { color: rgb(248,30,164); }

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

background-color css

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

 a { background-color: rgb(248,30,164); }

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

border-color css

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

 span { border-color: rgb(248,30,164); }

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