Html Css Color HEX #F966B8 Hot Pink

📋 copy color: '#F966B8'

red 249 ◦ green 102 ◦ blue 184

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

Shades of Hot Pink #F966B8

Tints of Hot Pink #F966B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.39%

R = 46.54%
G = 19.07%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F966B8 (or 0xF966B8) is known color: Hot Pink. HEX triplet: F9, 66 and B8. RGB value is (249,102,184). Sum of RGB (Red+Green+Blue) = 249+102+184=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 249 - color contains mainly: red. Hex color #F966B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966B8 is #069947. Grayscale: #9B9B9B. Windows color (decimal): -432456 or 12084985. OLE color: 12084985.

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

Color convert

RGB 249 102 184 -
CMYK 0 0.59 0.26 0.02
HSL 326.53º 0.92% 0.69% -
HSV(B) 326.53º 0.59% 0.98% -
XYZ 52.47 33.1 48.97 -
YUV 155.3 144.2 194.83 -
System Red Green Blue C M Y K H S L
Decimal 249 102 184 0 0.59 0.26 0.02 326.53 0.92 0.69
Hex F9 66 B8 0 3B 1A 2 147 5C 45
Octal 371 146 270 0 73 32 2 507 134 105
Binary 11111001 1100110 10111000 0 111011 11010 10 101000111 1011100 1000101

Color Harmonies of #F966B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966B8

Black with #F966B8

Text Example


Text Example

White with #F966B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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