Html Css Color HEX #F966BA Hot Pink

📋 copy color: '#F966BA'

red 249 ◦ green 102 ◦ blue 186

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

Shades of Hot Pink #F966BA

Tints of Hot Pink #F966BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.64%

R = 46.37%
G = 18.99%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F966BA (or 0xF966BA) is known color: Hot Pink. HEX triplet: F9, 66 and BA. RGB value is (249,102,186). Sum of RGB (Red+Green+Blue) = 249+102+186=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F966BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966BA is #069945. Grayscale: #9B9B9B. Windows color (decimal): -432454 or 12216057. OLE color: 12216057.

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

Color convert

RGB 249 102 186 -
CMYK 0 0.59 0.25 0.02
HSL 325.71º 0.92% 0.69% -
HSV(B) 325.71º 0.59% 0.98% -
XYZ 52.68 33.19 50.08 -
YUV 155.53 145.2 194.67 -
System Red Green Blue C M Y K H S L
Decimal 249 102 186 0 0.59 0.25 0.02 325.71 0.92 0.69
Hex F9 66 BA 0 3B 19 2 146 5C 45
Octal 371 146 272 0 73 31 2 506 134 105
Binary 11111001 1100110 10111010 0 111011 11001 10 101000110 1011100 1000101

Color Harmonies of #F966BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966BA

Black with #F966BA

Text Example


Text Example

White with #F966BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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