Html Css Color HEX #F962BB Hot Pink

📋 copy color: '#F962BB'

red 249 ◦ green 98 ◦ blue 187

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

Shades of Hot Pink #F962BB

Tints of Hot Pink #F962BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.02%

R = 46.63%
G = 18.35%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F962BB (or 0xF962BB) is known color: Hot Pink. HEX triplet: F9, 62 and BB. RGB value is (249,98,187). Sum of RGB (Red+Green+Blue) = 249+98+187=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 98 (38.67% from 255 or 18.35% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F962BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F962BB is #069D44. Grayscale: #999999. Windows color (decimal): -433477 or 12280569. OLE color: 12280569.

HSL color Cylindrical-coordinate representation of color #F962BB: hue angle of 324.64º 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 #F962BB is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 98 187 -
CMYK 0 0.61 0.25 0.02
HSL 324.64º 0.93% 0.68% -
HSV(B) 324.64º 0.61% 0.98% -
XYZ 52.4 32.46 50.52 -
YUV 153.3 147.03 196.26 -
System Red Green Blue C M Y K H S L
Decimal 249 98 187 0 0.61 0.25 0.02 324.64 0.93 0.68
Hex F9 62 BB 0 3D 19 2 145 5D 44
Octal 371 142 273 0 75 31 2 505 135 104
Binary 11111001 1100010 10111011 0 111101 11001 10 101000101 1011101 1000100

Color Harmonies of #F962BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F962BB

Black with #F962BB

Text Example


Text Example

White with #F962BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F962BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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