Html Css Color HEX #F966B0 Hot Pink

📋 copy color: '#F966B0'

red 249 ◦ green 102 ◦ blue 176

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

Shades of Hot Pink #F966B0

Tints of Hot Pink #F966B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.4%

R = 47.25%
G = 19.35%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F966B0 (or 0xF966B0) is known color: Hot Pink. HEX triplet: F9, 66 and B0. RGB value is (249,102,176). Sum of RGB (Red+Green+Blue) = 249+102+176=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F966B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F966B0 is #06994F. Grayscale: #9A9A9A. Windows color (decimal): -432464 or 11560697. OLE color: 11560697.

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

Color convert

RGB 249 102 176 -
CMYK 0 0.59 0.29 0.02
HSL 329.8º 0.92% 0.69% -
HSV(B) 329.8º 0.59% 0.98% -
XYZ 51.65 32.78 44.68 -
YUV 154.39 140.2 195.48 -
System Red Green Blue C M Y K H S L
Decimal 249 102 176 0 0.59 0.29 0.02 329.8 0.92 0.69
Hex F9 66 B0 0 3B 1D 2 14A 5C 45
Octal 371 146 260 0 73 35 2 512 134 105
Binary 11111001 1100110 10110000 0 111011 11101 10 101001010 1011100 1000101

Color Harmonies of #F966B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966B0

Black with #F966B0

Text Example


Text Example

White with #F966B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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