Html Css Color HEX #F962B6 Hot Pink

📋 copy color: '#F962B6'

red 249 ◦ green 98 ◦ blue 182

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

Shades of Hot Pink #F962B6

Tints of Hot Pink #F962B6

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.53%

 BLUE value IS 182 (71.48% from 255) = 34.4%

R = 47.07%
G = 18.53%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F962B6 (or 0xF962B6) is known color: Hot Pink. HEX triplet: F9, 62 and B6. RGB value is (249,98,182). Sum of RGB (Red+Green+Blue) = 249+98+182=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 98 (38.67% from 255 or 18.53% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F962B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F962B6 is #069D49. Grayscale: #989898. Windows color (decimal): -433482 or 11952889. OLE color: 11952889.

HSL color Cylindrical-coordinate representation of color #F962B6: hue angle of 326.62º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F962B6 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 98 182 -
CMYK 0 0.61 0.27 0.02
HSL 326.62º 0.93% 0.68% -
HSV(B) 326.62º 0.61% 0.98% -
XYZ 51.88 32.25 47.75 -
YUV 152.73 144.53 196.67 -
System Red Green Blue C M Y K H S L
Decimal 249 98 182 0 0.61 0.27 0.02 326.62 0.93 0.68
Hex F9 62 B6 0 3D 1B 2 147 5D 44
Octal 371 142 266 0 75 33 2 507 135 104
Binary 11111001 1100010 10110110 0 111101 11011 10 101000111 1011101 1000100

Color Harmonies of #F962B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F962B6

Black with #F962B6

Text Example


Text Example

White with #F962B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F962B6; }

 p { color: rgb(249,98,182); }

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

background-color css

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

 a { background-color: rgb(249,98,182); }

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

border-color css

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

 span { border-color: rgb(249,98,182); }

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