Html Css Color HEX #F966AC Hot Pink

📋 copy color: '#F966AC'

red 249 ◦ green 102 ◦ blue 172

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

Shades of Hot Pink #F966AC

Tints of Hot Pink #F966AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.89%

R = 47.61%
G = 19.5%
B = 32.89%

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

#F966AC (or 0xF966AC) is known color: Hot Pink. HEX triplet: F9, 66 and AC. RGB value is (249,102,172). Sum of RGB (Red+Green+Blue) = 249+102+172=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F966AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F966AC is #069953. Grayscale: #999999. Windows color (decimal): -432468 or 11298553. OLE color: 11298553.

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

Color convert

RGB 249 102 172 -
CMYK 0 0.59 0.31 0.02
HSL 331.43º 0.92% 0.69% -
HSV(B) 331.43º 0.59% 0.98% -
XYZ 51.26 32.62 42.62 -
YUV 153.93 138.2 195.81 -
System Red Green Blue C M Y K H S L
Decimal 249 102 172 0 0.59 0.31 0.02 331.43 0.92 0.69
Hex F9 66 AC 0 3B 1F 2 14B 5C 45
Octal 371 146 254 0 73 37 2 513 134 105
Binary 11111001 1100110 10101100 0 111011 11111 10 101001011 1011100 1000101

Color Harmonies of #F966AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966AC

Black with #F966AC

Text Example


Text Example

White with #F966AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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