Html Css Color HEX #F966A7 Hot Pink

📋 copy color: '#F966A7'

red 249 ◦ green 102 ◦ blue 167

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

Shades of Hot Pink #F966A7

Tints of Hot Pink #F966A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 32.24%

R = 48.07%
G = 19.69%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F966A7 (or 0xF966A7) is known color: Hot Pink. HEX triplet: F9, 66 and A7. RGB value is (249,102,167). Sum of RGB (Red+Green+Blue) = 249+102+167=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F966A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F966A7 is #069958. Grayscale: #999999. Windows color (decimal): -432473 or 10970873. OLE color: 10970873.

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

Color convert

RGB 249 102 167 -
CMYK 0 0.59 0.33 0.02
HSL 333.47º 0.92% 0.69% -
HSV(B) 333.47º 0.59% 0.98% -
XYZ 50.79 32.43 40.14 -
YUV 153.36 135.7 196.21 -
System Red Green Blue C M Y K H S L
Decimal 249 102 167 0 0.59 0.33 0.02 333.47 0.92 0.69
Hex F9 66 A7 0 3B 21 2 14D 5C 45
Octal 371 146 247 0 73 41 2 515 134 105
Binary 11111001 1100110 10100111 0 111011 100001 10 101001101 1011100 1000101

Color Harmonies of #F966A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966A7

Black with #F966A7

Text Example


Text Example

White with #F966A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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