Html Css Color HEX #F82088 Deep Pink

📋 copy color: '#F82088'

red 248 ◦ green 32 ◦ blue 136

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

Shades of Deep Pink #F82088

Tints of Deep Pink #F82088

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.69%

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

R = 59.62%
G = 7.69%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F82088 (or 0xF82088) is known color: Deep Pink. HEX triplet: F8, 20 and 88. RGB value is (248,32,136). Sum of RGB (Red+Green+Blue) = 248+32+136=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F82088 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82088 is #07DF77. Grayscale: #6C6C6C. Windows color (decimal): -515960 or 8921336. OLE color: 8921336.

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

Color convert

RGB 248 32 136 -
CMYK 0 0.87 0.45 0.03
HSL 331.11º 0.94% 0.55% -
HSV(B) 331.11º 0.87% 0.97% -
XYZ 43.67 22.77 25.39 -
YUV 108.44 143.56 227.54 -
System Red Green Blue C M Y K H S L
Decimal 248 32 136 0 0.87 0.45 0.03 331.11 0.94 0.55
Hex F8 20 88 0 57 2D 3 14B 5E 37
Octal 370 40 210 0 127 55 3 513 136 67
Binary 11111000 100000 10001000 0 1010111 101101 11 101001011 1011110 110111

Color Harmonies of #F82088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82088

Black with #F82088

Text Example


Text Example

White with #F82088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82088; }

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

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

background-color css

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

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

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

border-color css

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

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

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