Html Css Color HEX #F82189 Deep Pink

📋 copy color: '#F82189'

red 248 ◦ green 33 ◦ blue 137

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

Shades of Deep Pink #F82189

Tints of Deep Pink #F82189

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.89%

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

R = 59.33%
G = 7.89%
B = 32.78%

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

#F82189 (or 0xF82189) is known color: Deep Pink. HEX triplet: F8, 21 and 89. RGB value is (248,33,137). Sum of RGB (Red+Green+Blue) = 248+33+137=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F82189 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82189 is #07DE76. Grayscale: #6C6C6C. Windows color (decimal): -515703 or 8987128. OLE color: 8987128.

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

Color convert

RGB 248 33 137 -
CMYK 0 0.87 0.45 0.03
HSL 330.98º 0.94% 0.55% -
HSV(B) 330.98º 0.87% 0.97% -
XYZ 43.77 22.85 25.77 -
YUV 109.14 143.73 227.04 -
System Red Green Blue C M Y K H S L
Decimal 248 33 137 0 0.87 0.45 0.03 330.98 0.94 0.55
Hex F8 21 89 0 57 2D 3 14B 5E 37
Octal 370 41 211 0 127 55 3 513 136 67
Binary 11111000 100001 10001001 0 1010111 101101 11 101001011 1011110 110111

Color Harmonies of #F82189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82189

Black with #F82189

Text Example


Text Example

White with #F82189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82189; }

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

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

background-color css

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

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

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

border-color css

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

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

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