Html Css Color HEX #F81E9C Persian Rose

📋 copy color: '#F81E9C'

red 248 ◦ green 30 ◦ blue 156

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

Shades of Persian Rose #F81E9C

Tints of Persian Rose #F81E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.94%

R = 57.14%
G = 6.91%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F81E9C (or 0xF81E9C) is known color: Persian Rose. HEX triplet: F8, 1E and 9C. RGB value is (248,30,156). Sum of RGB (Red+Green+Blue) = 248+30+156=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81E9C is #07E163. Grayscale: #6D6D6D. Windows color (decimal): -516452 or 10231544. OLE color: 10231544.

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

Color convert

RGB 248 30 156 -
CMYK 0 0.88 0.37 0.03
HSL 325.32º 0.94% 0.55% -
HSV(B) 325.32º 0.88% 0.97% -
XYZ 45.18 23.29 33.57 -
YUV 109.55 154.22 226.75 -
System Red Green Blue C M Y K H S L
Decimal 248 30 156 0 0.88 0.37 0.03 325.32 0.94 0.55
Hex F8 1E 9C 0 58 25 3 145 5E 37
Octal 370 36 234 0 130 45 3 505 136 67
Binary 11111000 11110 10011100 0 1011000 100101 11 101000101 1011110 110111

Color Harmonies of #F81E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81E9C

Black with #F81E9C

Text Example


Text Example

White with #F81E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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