Html Css Color HEX #F91682 Deep Pink

📋 copy color: '#F91682'

red 249 ◦ green 22 ◦ blue 130

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

Shades of Deep Pink #F91682

Tints of Deep Pink #F91682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.49%

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

R = 62.09%
G = 5.49%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F91682 (or 0xF91682) is known color: Deep Pink. HEX triplet: F9, 16 and 82. RGB value is (249,22,130). Sum of RGB (Red+Green+Blue) = 249+22+130=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F91682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91682 is #06E97D. Grayscale: #656565. Windows color (decimal): -452990 or 8525561. OLE color: 8525561.

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

Color convert

RGB 249 22 130 -
CMYK 0 0.91 0.48 0.02
HSL 331.45º 0.95% 0.53% -
HSV(B) 331.45º 0.91% 0.98% -
XYZ 43.38 22.33 23.14 -
YUV 102.19 143.71 232.72 -
System Red Green Blue C M Y K H S L
Decimal 249 22 130 0 0.91 0.48 0.02 331.45 0.95 0.53
Hex F9 16 82 0 5B 30 2 14B 5F 35
Octal 371 26 202 0 133 60 2 513 137 65
Binary 11111001 10110 10000010 0 1011011 110000 10 101001011 1011111 110101

Color Harmonies of #F91682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91682

Black with #F91682

Text Example


Text Example

White with #F91682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91682; }

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

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

background-color css

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

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

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

border-color css

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

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

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