Html Css Color HEX #F81491 Deep Pink

📋 copy color: '#F81491'

red 248 ◦ green 20 ◦ blue 145

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

Shades of Deep Pink #F81491

Tints of Deep Pink #F81491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.84%

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

R = 60.05%
G = 4.84%
B = 35.11%

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

#F81491 (or 0xF81491) is known color: Deep Pink. HEX triplet: F8, 14 and 91. RGB value is (248,20,145). Sum of RGB (Red+Green+Blue) = 248+20+145=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F81491 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81491 is #07EB6E. Grayscale: #666666. Windows color (decimal): -519023 or 9508088. OLE color: 9508088.

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

Color convert

RGB 248 20 145 -
CMYK 0 0.92 0.42 0.03
HSL 327.11º 0.94% 0.53% -
HSV(B) 327.11º 0.92% 0.97% -
XYZ 44.07 22.5 28.81 -
YUV 102.42 152.04 231.84 -
System Red Green Blue C M Y K H S L
Decimal 248 20 145 0 0.92 0.42 0.03 327.11 0.94 0.53
Hex F8 14 91 0 5C 2A 3 147 5E 35
Octal 370 24 221 0 134 52 3 507 136 65
Binary 11111000 10100 10010001 0 1011100 101010 11 101000111 1011110 110101

Color Harmonies of #F81491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81491

Black with #F81491

Text Example


Text Example

White with #F81491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81491; }

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

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

background-color css

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

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

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

border-color css

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

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

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