Html Css Color HEX #F81391 Deep Pink

📋 copy color: '#F81391'

red 248 ◦ green 19 ◦ blue 145

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

Shades of Deep Pink #F81391

Tints of Deep Pink #F81391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.61%

 BLUE value IS 145 (57.03% from 255) = 35.19%

R = 60.19%
G = 4.61%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F81391 (or 0xF81391) is known color: Deep Pink. HEX triplet: F8, 13 and 91. RGB value is (248,19,145). Sum of RGB (Red+Green+Blue) = 248+19+145=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F81391 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81391 is #07EC6E. Grayscale: #656565. Windows color (decimal): -519279 or 9507832. OLE color: 9507832.

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

Color convert

RGB 248 19 145 -
CMYK 0 0.92 0.42 0.03
HSL 326.99º 0.94% 0.52% -
HSV(B) 326.99º 0.92% 0.97% -
XYZ 44.06 22.47 28.8 -
YUV 101.84 152.37 232.25 -
System Red Green Blue C M Y K H S L
Decimal 248 19 145 0 0.92 0.42 0.03 326.99 0.94 0.52
Hex F8 13 91 0 5C 2A 3 147 5E 34
Octal 370 23 221 0 134 52 3 507 136 64
Binary 11111000 10011 10010001 0 1011100 101010 11 101000111 1011110 110100

Color Harmonies of #F81391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81391

Black with #F81391

Text Example


Text Example

White with #F81391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81391; }

 p { color: rgb(248,19,145); }

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

background-color css

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

 a { background-color: rgb(248,19,145); }

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

border-color css

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

 span { border-color: rgb(248,19,145); }

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