Html Css Color HEX #F91082 Deep Pink

📋 copy color: '#F91082'

red 249 ◦ green 16 ◦ blue 130

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

Shades of Deep Pink #F91082

Tints of Deep Pink #F91082

RGB

 RED value IS 249 (97.66% from 255) = 63.04%

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

 BLUE value IS 130 (51.17% from 255) = 32.91%

R = 63.04%
G = 4.05%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F91082 (or 0xF91082) is known color: Deep Pink. HEX triplet: F9, 10 and 82. RGB value is (249,16,130). Sum of RGB (Red+Green+Blue) = 249+16+130=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F91082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91082 is #06EF7D. Grayscale: #626262. Windows color (decimal): -454526 or 8524025. OLE color: 8524025.

HSL color Cylindrical-coordinate representation of color #F91082: hue angle of 330.64º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F91082 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 16 130 -
CMYK 0 0.94 0.48 0.02
HSL 330.64º 0.95% 0.52% -
HSV(B) 330.64º 0.94% 0.98% -
XYZ 43.28 22.12 23.11 -
YUV 98.66 145.69 235.23 -
System Red Green Blue C M Y K H S L
Decimal 249 16 130 0 0.94 0.48 0.02 330.64 0.95 0.52
Hex F9 10 82 0 5E 30 2 14B 5F 34
Octal 371 20 202 0 136 60 2 513 137 64
Binary 11111001 10000 10000010 0 1011110 110000 10 101001011 1011111 110100

Color Harmonies of #F91082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91082

Black with #F91082

Text Example


Text Example

White with #F91082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91082; }

 p { color: rgb(249,16,130); }

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

background-color css

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

 a { background-color: rgb(249,16,130); }

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

border-color css

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

 span { border-color: rgb(249,16,130); }

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