Html Css Color HEX #F75DAE Hot Pink

📋 copy color: '#F75DAE'

red 247 ◦ green 93 ◦ blue 174

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

Shades of Hot Pink #F75DAE

Tints of Hot Pink #F75DAE

RGB

 RED value IS 247 (96.88% from 255) = 48.05%

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

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

R = 48.05%
G = 18.09%
B = 33.85%

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

#F75DAE (or 0xF75DAE) is known color: Hot Pink. HEX triplet: F7, 5D and AE. RGB value is (247,93,174). Sum of RGB (Red+Green+Blue) = 247+93+174=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F75DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F75DAE is #08A251. Grayscale: #949494. Windows color (decimal): -565842 or 11427319. OLE color: 11427319.

HSL color Cylindrical-coordinate representation of color #F75DAE: hue angle of 328.44º degrees, saturation: 0.91, 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 #F75DAE is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 93 174 -
CMYK 0 0.62 0.30 0.03
HSL 328.44º 0.91% 0.67% -
HSV(B) 328.44º 0.62% 0.97% -
XYZ 49.91 30.66 43.33 -
YUV 148.28 142.52 198.41 -
System Red Green Blue C M Y K H S L
Decimal 247 93 174 0 0.62 0.30 0.03 328.44 0.91 0.67
Hex F7 5D AE 0 3E 1E 3 148 5B 43
Octal 367 135 256 0 76 36 3 510 133 103
Binary 11110111 1011101 10101110 0 111110 11110 11 101001000 1011011 1000011

Color Harmonies of #F75DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75DAE

Black with #F75DAE

Text Example


Text Example

White with #F75DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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