Html Css Color HEX #F95DB2 Hot Pink

📋 copy color: '#F95DB2'

red 249 ◦ green 93 ◦ blue 178

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

Shades of Hot Pink #F95DB2

Tints of Hot Pink #F95DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.23%

R = 47.88%
G = 17.88%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F95DB2 (or 0xF95DB2) is known color: Hot Pink. HEX triplet: F9, 5D and B2. RGB value is (249,93,178). Sum of RGB (Red+Green+Blue) = 249+93+178=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F95DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95DB2 is #06A24D. Grayscale: #959595. Windows color (decimal): -434766 or 11689465. OLE color: 11689465.

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

Color convert

RGB 249 93 178 -
CMYK 0 0.63 0.29 0.02
HSL 327.31º 0.93% 0.67% -
HSV(B) 327.31º 0.63% 0.98% -
XYZ 51.02 31.18 45.45 -
YUV 149.33 144.18 199.09 -
System Red Green Blue C M Y K H S L
Decimal 249 93 178 0 0.63 0.29 0.02 327.31 0.93 0.67
Hex F9 5D B2 0 3F 1D 2 147 5D 43
Octal 371 135 262 0 77 35 2 507 135 103
Binary 11111001 1011101 10110010 0 111111 11101 10 101000111 1011101 1000011

Color Harmonies of #F95DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95DB2

Black with #F95DB2

Text Example


Text Example

White with #F95DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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