Html Css Color HEX #F96CB9 Hot Pink

📋 copy color: '#F96CB9'

red 249 ◦ green 108 ◦ blue 185

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

Shades of Hot Pink #F96CB9

Tints of Hot Pink #F96CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.13%

R = 45.94%
G = 19.93%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F96CB9 (or 0xF96CB9) is known color: Hot Pink. HEX triplet: F9, 6C and B9. RGB value is (249,108,185). Sum of RGB (Red+Green+Blue) = 249+108+185=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96CB9 is #069346. Grayscale: #9E9E9E. Windows color (decimal): -430919 or 12152057. OLE color: 12152057.

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

Color convert

RGB 249 108 185 -
CMYK 0 0.57 0.26 0.02
HSL 327.23º 0.92% 0.7% -
HSV(B) 327.23º 0.57% 0.98% -
XYZ 53.19 34.37 49.73 -
YUV 158.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 249 108 185 0 0.57 0.26 0.02 327.23 0.92 0.7
Hex F9 6C B9 0 39 1A 2 147 5C 46
Octal 371 154 271 0 71 32 2 507 134 106
Binary 11111001 1101100 10111001 0 111001 11010 10 101000111 1011100 1000110

Color Harmonies of #F96CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96CB9

Black with #F96CB9

Text Example


Text Example

White with #F96CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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