Html Css Color HEX #F81589 Deep Pink

📋 copy color: '#F81589'

red 248 ◦ green 21 ◦ blue 137

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

Shades of Deep Pink #F81589

Tints of Deep Pink #F81589

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.17%

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

R = 61.08%
G = 5.17%
B = 33.74%

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

#F81589 (or 0xF81589) is known color: Deep Pink. HEX triplet: F8, 15 and 89. RGB value is (248,21,137). Sum of RGB (Red+Green+Blue) = 248+21+137=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F81589 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81589 is #07EA76. Grayscale: #656565. Windows color (decimal): -518775 or 8984056. OLE color: 8984056.

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

Color convert

RGB 248 21 137 -
CMYK 0 0.92 0.45 0.03
HSL 329.34º 0.94% 0.53% -
HSV(B) 329.34º 0.92% 0.97% -
XYZ 43.49 22.3 25.68 -
YUV 102.1 147.71 232.07 -
System Red Green Blue C M Y K H S L
Decimal 248 21 137 0 0.92 0.45 0.03 329.34 0.94 0.53
Hex F8 15 89 0 5C 2D 3 149 5E 35
Octal 370 25 211 0 134 55 3 511 136 65
Binary 11111000 10101 10001001 0 1011100 101101 11 101001001 1011110 110101

Color Harmonies of #F81589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81589

Black with #F81589

Text Example


Text Example

White with #F81589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81589; }

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

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

background-color css

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

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

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

border-color css

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

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

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