Html Css Color HEX #F80F88 Deep Pink

📋 copy color: '#F80F88'

red 248 ◦ green 15 ◦ blue 136

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

Shades of Deep Pink #F80F88

Tints of Deep Pink #F80F88

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.76%

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

R = 62.16%
G = 3.76%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F80F88 (or 0xF80F88) is known color: Deep Pink. HEX triplet: F8, 0F and 88. RGB value is (248,15,136). Sum of RGB (Red+Green+Blue) = 248+15+136=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F80F88 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80F88 is #07F077. Grayscale: #626262. Windows color (decimal): -520312 or 8916984. OLE color: 8916984.

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

Color convert

RGB 248 15 136 -
CMYK 0 0.94 0.45 0.03
HSL 328.84º 0.94% 0.52% -
HSV(B) 328.84º 0.94% 0.97% -
XYZ 43.33 22.08 25.27 -
YUV 98.46 149.19 234.66 -
System Red Green Blue C M Y K H S L
Decimal 248 15 136 0 0.94 0.45 0.03 328.84 0.94 0.52
Hex F8 F 88 0 5E 2D 3 149 5E 34
Octal 370 17 210 0 136 55 3 511 136 64
Binary 11111000 1111 10001000 0 1011110 101101 11 101001001 1011110 110100

Color Harmonies of #F80F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80F88

Black with #F80F88

Text Example


Text Example

White with #F80F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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