Html Css Color HEX #F95DB7 Hot Pink

📋 copy color: '#F95DB7'

red 249 ◦ green 93 ◦ blue 183

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

Shades of Hot Pink #F95DB7

Tints of Hot Pink #F95DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.86%

R = 47.43%
G = 17.71%
B = 34.86%

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

#F95DB7 (or 0xF95DB7) is known color: Hot Pink. HEX triplet: F9, 5D and B7. RGB value is (249,93,183). Sum of RGB (Red+Green+Blue) = 249+93+183=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F95DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95DB7 is #06A248. Grayscale: #959595. Windows color (decimal): -434761 or 12017145. OLE color: 12017145.

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

Color convert

RGB 249 93 183 -
CMYK 0 0.63 0.27 0.02
HSL 325.38º 0.93% 0.67% -
HSV(B) 325.38º 0.63% 0.98% -
XYZ 51.53 31.39 48.14 -
YUV 149.9 146.68 198.68 -
System Red Green Blue C M Y K H S L
Decimal 249 93 183 0 0.63 0.27 0.02 325.38 0.93 0.67
Hex F9 5D B7 0 3F 1B 2 145 5D 43
Octal 371 135 267 0 77 33 2 505 135 103
Binary 11111001 1011101 10110111 0 111111 11011 10 101000101 1011101 1000011

Color Harmonies of #F95DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95DB7

Black with #F95DB7

Text Example


Text Example

White with #F95DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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