Html Css Color HEX #F81488 Deep Pink

📋 copy color: '#F81488'

red 248 ◦ green 20 ◦ blue 136

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

Shades of Deep Pink #F81488

Tints of Deep Pink #F81488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.66%

R = 61.39%
G = 4.95%
B = 33.66%

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

#F81488 (or 0xF81488) is known color: Deep Pink. HEX triplet: F8, 14 and 88. RGB value is (248,20,136). Sum of RGB (Red+Green+Blue) = 248+20+136=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F81488 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81488 is #07EB77. Grayscale: #656565. Windows color (decimal): -519032 or 8918264. OLE color: 8918264.

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

Color convert

RGB 248 20 136 -
CMYK 0 0.92 0.45 0.03
HSL 329.47º 0.94% 0.53% -
HSV(B) 329.47º 0.92% 0.97% -
XYZ 43.41 22.23 25.3 -
YUV 101.4 147.54 232.57 -
System Red Green Blue C M Y K H S L
Decimal 248 20 136 0 0.92 0.45 0.03 329.47 0.94 0.53
Hex F8 14 88 0 5C 2D 3 149 5E 35
Octal 370 24 210 0 134 55 3 511 136 65
Binary 11111000 10100 10001000 0 1011100 101101 11 101001001 1011110 110101

Color Harmonies of #F81488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81488

Black with #F81488

Text Example


Text Example

White with #F81488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81488; }

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

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

background-color css

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

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

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

border-color css

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

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

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