Html Css Color HEX #F81C89 Deep Pink

📋 copy color: '#F81C89'

red 248 ◦ green 28 ◦ blue 137

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

Shades of Deep Pink #F81C89

Tints of Deep Pink #F81C89

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.78%

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

R = 60.05%
G = 6.78%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F81C89 (or 0xF81C89) is known color: Deep Pink. HEX triplet: F8, 1C and 89. RGB value is (248,28,137). Sum of RGB (Red+Green+Blue) = 248+28+137=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81C89 is #07E376. Grayscale: #696969. Windows color (decimal): -516983 or 8985848. OLE color: 8985848.

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

Color convert

RGB 248 28 137 -
CMYK 0 0.89 0.45 0.03
HSL 330.27º 0.94% 0.54% -
HSV(B) 330.27º 0.89% 0.97% -
XYZ 43.64 22.59 25.73 -
YUV 106.21 145.39 229.14 -
System Red Green Blue C M Y K H S L
Decimal 248 28 137 0 0.89 0.45 0.03 330.27 0.94 0.54
Hex F8 1C 89 0 59 2D 3 14A 5E 36
Octal 370 34 211 0 131 55 3 512 136 66
Binary 11111000 11100 10001001 0 1011001 101101 11 101001010 1011110 110110

Color Harmonies of #F81C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C89

Black with #F81C89

Text Example


Text Example

White with #F81C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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