Html Css Color HEX #F81489 Deep Pink

📋 copy color: '#F81489'

red 248 ◦ green 20 ◦ blue 137

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

Shades of Deep Pink #F81489

Tints of Deep Pink #F81489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.83%

R = 61.23%
G = 4.94%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F81489 (or 0xF81489) is known color: Deep Pink. HEX triplet: F8, 14 and 89. RGB value is (248,20,137). Sum of RGB (Red+Green+Blue) = 248+20+137=405 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.23% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 248 - color contains mainly: red. Hex color #F81489 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81489 is #07EB76. Grayscale: #656565. Windows color (decimal): -519031 or 8983800. OLE color: 8983800.

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

Color convert

RGB 248 20 137 -
CMYK 0 0.92 0.45 0.03
HSL 329.21º 0.94% 0.53% -
HSV(B) 329.21º 0.92% 0.97% -
XYZ 43.48 22.26 25.67 -
YUV 101.51 148.04 232.49 -
System Red Green Blue C M Y K H S L
Decimal 248 20 137 0 0.92 0.45 0.03 329.21 0.94 0.53
Hex F8 14 89 0 5C 2D 3 149 5E 35
Octal 370 24 211 0 134 55 3 511 136 65
Binary 11111000 10100 10001001 0 1011100 101101 11 101001001 1011110 110101

Color Harmonies of #F81489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81489

Black with #F81489

Text Example


Text Example

White with #F81489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81489; }

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

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

background-color css

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

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

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

border-color css

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

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

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