Html Css Color HEX #F81F89 Deep Pink

📋 copy color: '#F81F89'

red 248 ◦ green 31 ◦ blue 137

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

Shades of Deep Pink #F81F89

Tints of Deep Pink #F81F89

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.45%

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

R = 59.62%
G = 7.45%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F81F89 (or 0xF81F89) is known color: Deep Pink. HEX triplet: F8, 1F and 89. RGB value is (248,31,137). Sum of RGB (Red+Green+Blue) = 248+31+137=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81F89 is #07E076. Grayscale: #6B6B6B. Windows color (decimal): -516215 or 8986616. OLE color: 8986616.

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

Color convert

RGB 248 31 137 -
CMYK 0 0.88 0.45 0.03
HSL 330.69º 0.94% 0.55% -
HSV(B) 330.69º 0.88% 0.97% -
XYZ 43.72 22.74 25.75 -
YUV 107.97 144.39 227.88 -
System Red Green Blue C M Y K H S L
Decimal 248 31 137 0 0.88 0.45 0.03 330.69 0.94 0.55
Hex F8 1F 89 0 58 2D 3 14B 5E 37
Octal 370 37 211 0 130 55 3 513 136 67
Binary 11111000 11111 10001001 0 1011000 101101 11 101001011 1011110 110111

Color Harmonies of #F81F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81F89

Black with #F81F89

Text Example


Text Example

White with #F81F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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