Html Css Color HEX #F81E9E Persian Rose

📋 copy color: '#F81E9E'

red 248 ◦ green 30 ◦ blue 158

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

Shades of Persian Rose #F81E9E

Tints of Persian Rose #F81E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 56.88%
G = 6.88%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F81E9E (or 0xF81E9E) is known color: Persian Rose. HEX triplet: F8, 1E and 9E. RGB value is (248,30,158). Sum of RGB (Red+Green+Blue) = 248+30+158=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 30 (12.11% from 255 or 6.88% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81E9E is #07E161. Grayscale: #6D6D6D. Windows color (decimal): -516450 or 10362616. OLE color: 10362616.

HSL color Cylindrical-coordinate representation of color #F81E9E: hue angle of 324.77º 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 #F81E9E is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 30 158 -
CMYK 0 0.88 0.36 0.03
HSL 324.77º 0.94% 0.55% -
HSV(B) 324.77º 0.88% 0.97% -
XYZ 45.35 23.35 34.47 -
YUV 109.77 155.22 226.59 -
System Red Green Blue C M Y K H S L
Decimal 248 30 158 0 0.88 0.36 0.03 324.77 0.94 0.55
Hex F8 1E 9E 0 58 24 3 145 5E 37
Octal 370 36 236 0 130 44 3 505 136 67
Binary 11111000 11110 10011110 0 1011000 100100 11 101000101 1011110 110111

Color Harmonies of #F81E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81E9E

Black with #F81E9E

Text Example


Text Example

White with #F81E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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