Html Css Color HEX #F95DAE Hot Pink

📋 copy color: '#F95DAE'

red 249 ◦ green 93 ◦ blue 174

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

Shades of Hot Pink #F95DAE

Tints of Hot Pink #F95DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.72%

R = 48.26%
G = 18.02%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F95DAE (or 0xF95DAE) is known color: Hot Pink. HEX triplet: F9, 5D and AE. RGB value is (249,93,174). Sum of RGB (Red+Green+Blue) = 249+93+174=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F95DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95DAE is #06A251. Grayscale: #949494. Windows color (decimal): -434770 or 11427321. OLE color: 11427321.

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

Color convert

RGB 249 93 174 -
CMYK 0 0.63 0.30 0.02
HSL 328.85º 0.93% 0.67% -
HSV(B) 328.85º 0.63% 0.98% -
XYZ 50.62 31.02 43.36 -
YUV 148.88 142.18 199.41 -
System Red Green Blue C M Y K H S L
Decimal 249 93 174 0 0.63 0.30 0.02 328.85 0.93 0.67
Hex F9 5D AE 0 3F 1E 2 149 5D 43
Octal 371 135 256 0 77 36 2 511 135 103
Binary 11111001 1011101 10101110 0 111111 11110 10 101001001 1011101 1000011

Color Harmonies of #F95DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95DAE

Black with #F95DAE

Text Example


Text Example

White with #F95DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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