Html Css Color HEX #F961AB Hot Pink

📋 copy color: '#F961AB'

red 249 ◦ green 97 ◦ blue 171

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

Shades of Hot Pink #F961AB

Tints of Hot Pink #F961AB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.76%

 BLUE value IS 171 (67.19% from 255) = 33.08%

R = 48.16%
G = 18.76%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F961AB (or 0xF961AB) is known color: Hot Pink. HEX triplet: F9, 61 and AB. RGB value is (249,97,171). Sum of RGB (Red+Green+Blue) = 249+97+171=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F961AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F961AB is #069E54. Grayscale: #969696. Windows color (decimal): -433749 or 11231737. OLE color: 11231737.

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

Color convert

RGB 249 97 171 -
CMYK 0 0.61 0.31 0.02
HSL 330.79º 0.93% 0.68% -
HSV(B) 330.79º 0.61% 0.98% -
XYZ 50.69 31.63 41.96 -
YUV 150.88 139.36 197.98 -
System Red Green Blue C M Y K H S L
Decimal 249 97 171 0 0.61 0.31 0.02 330.79 0.93 0.68
Hex F9 61 AB 0 3D 1F 2 14B 5D 44
Octal 371 141 253 0 75 37 2 513 135 104
Binary 11111001 1100001 10101011 0 111101 11111 10 101001011 1011101 1000100

Color Harmonies of #F961AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F961AB

Black with #F961AB

Text Example


Text Example

White with #F961AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F961AB; }

 p { color: rgb(249,97,171); }

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

background-color css

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

 a { background-color: rgb(249,97,171); }

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

border-color css

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

 span { border-color: rgb(249,97,171); }

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