Html Css Color HEX #F85DAE Hot Pink

📋 copy color: '#F85DAE'

red 248 ◦ green 93 ◦ blue 174

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

Shades of Hot Pink #F85DAE

Tints of Hot Pink #F85DAE

RGB

 RED value IS 248 (97.27% from 255) = 48.16%

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

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

R = 48.16%
G = 18.06%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F85DAE (or 0xF85DAE) is known color: Hot Pink. HEX triplet: F8, 5D and AE. RGB value is (248,93,174). Sum of RGB (Red+Green+Blue) = 248+93+174=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F85DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85DAE is #07A251. Grayscale: #949494. Windows color (decimal): -500306 or 11427320. OLE color: 11427320.

HSL color Cylindrical-coordinate representation of color #F85DAE: hue angle of 328.65º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85DAE is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 93 174 -
CMYK 0 0.62 0.30 0.03
HSL 328.65º 0.92% 0.67% -
HSV(B) 328.65º 0.63% 0.97% -
XYZ 50.27 30.84 43.35 -
YUV 148.58 142.35 198.91 -
System Red Green Blue C M Y K H S L
Decimal 248 93 174 0 0.62 0.30 0.03 328.65 0.92 0.67
Hex F8 5D AE 0 3E 1E 3 149 5C 43
Octal 370 135 256 0 76 36 3 511 134 103
Binary 11111000 1011101 10101110 0 111110 11110 11 101001001 1011100 1000011

Color Harmonies of #F85DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85DAE

Black with #F85DAE

Text Example


Text Example

White with #F85DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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