Html Css Color HEX #F966AB Hot Pink

📋 copy color: '#F966AB'

red 249 ◦ green 102 ◦ blue 171

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

Shades of Hot Pink #F966AB

Tints of Hot Pink #F966AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.54%

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

R = 47.7%
G = 19.54%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F966AB (or 0xF966AB) is known color: Hot Pink. HEX triplet: F9, 66 and AB. RGB value is (249,102,171). Sum of RGB (Red+Green+Blue) = 249+102+171=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F966AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F966AB is #069954. Grayscale: #999999. Windows color (decimal): -432469 or 11233017. OLE color: 11233017.

HSL color Cylindrical-coordinate representation of color #F966AB: hue angle of 331.84º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F966AB is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 102 171 -
CMYK 0 0.59 0.31 0.02
HSL 331.84º 0.92% 0.69% -
HSV(B) 331.84º 0.59% 0.98% -
XYZ 51.17 32.58 42.12 -
YUV 153.82 137.7 195.89 -
System Red Green Blue C M Y K H S L
Decimal 249 102 171 0 0.59 0.31 0.02 331.84 0.92 0.69
Hex F9 66 AB 0 3B 1F 2 14C 5C 45
Octal 371 146 253 0 73 37 2 514 134 105
Binary 11111001 1100110 10101011 0 111011 11111 10 101001100 1011100 1000101

Color Harmonies of #F966AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966AB

Black with #F966AB

Text Example


Text Example

White with #F966AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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