Html Css Color HEX #F95DB6 Hot Pink

📋 copy color: '#F95DB6'

red 249 ◦ green 93 ◦ blue 182

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

Shades of Hot Pink #F95DB6

Tints of Hot Pink #F95DB6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.75%

 BLUE value IS 182 (71.48% from 255) = 34.73%

R = 47.52%
G = 17.75%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F95DB6 (or 0xF95DB6) is known color: Hot Pink. HEX triplet: F9, 5D and B6. RGB value is (249,93,182). Sum of RGB (Red+Green+Blue) = 249+93+182=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F95DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95DB6 is #06A249. Grayscale: #959595. Windows color (decimal): -434762 or 11951609. OLE color: 11951609.

HSL color Cylindrical-coordinate representation of color #F95DB6: hue angle of 325.77º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95DB6 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 93 182 -
CMYK 0 0.63 0.27 0.02
HSL 325.77º 0.93% 0.67% -
HSV(B) 325.77º 0.63% 0.98% -
XYZ 51.42 31.35 47.6 -
YUV 149.79 146.18 198.76 -
System Red Green Blue C M Y K H S L
Decimal 249 93 182 0 0.63 0.27 0.02 325.77 0.93 0.67
Hex F9 5D B6 0 3F 1B 2 146 5D 43
Octal 371 135 266 0 77 33 2 506 135 103
Binary 11111001 1011101 10110110 0 111111 11011 10 101000110 1011101 1000011

Color Harmonies of #F95DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95DB6

Black with #F95DB6

Text Example


Text Example

White with #F95DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95DB6; }

 p { color: rgb(249,93,182); }

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

background-color css

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

 a { background-color: rgb(249,93,182); }

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

border-color css

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

 span { border-color: rgb(249,93,182); }

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