Html Css Color HEX #F966B4 Hot Pink

📋 copy color: '#F966B4'

red 249 ◦ green 102 ◦ blue 180

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

Shades of Hot Pink #F966B4

Tints of Hot Pink #F966B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.9%

R = 46.89%
G = 19.21%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#F966B4 (or 0xF966B4) is known color: Hot Pink. HEX triplet: F9, 66 and B4. RGB value is (249,102,180). Sum of RGB (Red+Green+Blue) = 249+102+180=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F966B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966B4 is #06994B. Grayscale: #9A9A9A. Windows color (decimal): -432460 or 11822841. OLE color: 11822841.

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

Color convert

RGB 249 102 180 -
CMYK 0 0.59 0.28 0.02
HSL 328.16º 0.92% 0.69% -
HSV(B) 328.16º 0.59% 0.98% -
XYZ 52.06 32.94 46.79 -
YUV 154.85 142.2 195.16 -
System Red Green Blue C M Y K H S L
Decimal 249 102 180 0 0.59 0.28 0.02 328.16 0.92 0.69
Hex F9 66 B4 0 3B 1C 2 148 5C 45
Octal 371 146 264 0 73 34 2 510 134 105
Binary 11111001 1100110 10110100 0 111011 11100 10 101001000 1011100 1000101

Color Harmonies of #F966B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966B4

Black with #F966B4

Text Example


Text Example

White with #F966B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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