Html Css Color HEX #F96CBA Hot Pink

📋 copy color: '#F96CBA'

red 249 ◦ green 108 ◦ blue 186

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

Shades of Hot Pink #F96CBA

Tints of Hot Pink #F96CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.89%

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

R = 45.86%
G = 19.89%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F96CBA (or 0xF96CBA) is known color: Hot Pink. HEX triplet: F9, 6C and BA. RGB value is (249,108,186). Sum of RGB (Red+Green+Blue) = 249+108+186=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96CBA is #069345. Grayscale: #9E9E9E. Windows color (decimal): -430918 or 12217593. OLE color: 12217593.

HSL color Cylindrical-coordinate representation of color #F96CBA: hue angle of 326.81º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96CBA is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 108 186 -
CMYK 0 0.57 0.25 0.02
HSL 326.81º 0.92% 0.7% -
HSV(B) 326.81º 0.57% 0.98% -
XYZ 53.29 34.41 50.29 -
YUV 159.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 249 108 186 0 0.57 0.25 0.02 326.81 0.92 0.7
Hex F9 6C BA 0 39 19 2 147 5C 46
Octal 371 154 272 0 71 31 2 507 134 106
Binary 11111001 1101100 10111010 0 111001 11001 10 101000111 1011100 1000110

Color Harmonies of #F96CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96CBA

Black with #F96CBA

Text Example


Text Example

White with #F96CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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