Html Css Color HEX #F81088 Deep Pink

📋 copy color: '#F81088'

red 248 ◦ green 16 ◦ blue 136

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

Shades of Deep Pink #F81088

Tints of Deep Pink #F81088

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4%

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

R = 62%
G = 4%
B = 34%

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

#F81088 (or 0xF81088) is known color: Deep Pink. HEX triplet: F8, 10 and 88. RGB value is (248,16,136). Sum of RGB (Red+Green+Blue) = 248+16+136=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F81088 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81088 is #07EF77. Grayscale: #626262. Windows color (decimal): -520056 or 8917240. OLE color: 8917240.

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

Color convert

RGB 248 16 136 -
CMYK 0 0.94 0.45 0.03
HSL 328.97º 0.94% 0.52% -
HSV(B) 328.97º 0.94% 0.97% -
XYZ 43.34 22.1 25.27 -
YUV 99.05 148.86 234.24 -
System Red Green Blue C M Y K H S L
Decimal 248 16 136 0 0.94 0.45 0.03 328.97 0.94 0.52
Hex F8 10 88 0 5E 2D 3 149 5E 34
Octal 370 20 210 0 136 55 3 511 136 64
Binary 11111000 10000 10001000 0 1011110 101101 11 101001001 1011110 110100

Color Harmonies of #F81088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81088

Black with #F81088

Text Example


Text Example

White with #F81088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81088; }

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

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

background-color css

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

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

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

border-color css

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

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

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