Html Css Color HEX #F05EAC Hot Pink

📋 copy color: '#F05EAC'

red 240 ◦ green 94 ◦ blue 172

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

Shades of Hot Pink #F05EAC

Tints of Hot Pink #F05EAC

RGB

 RED value IS 240 (94.14% from 255) = 47.43%

 GREEN value IS 94 (37.11% from 255) = 18.58%

 BLUE value IS 172 (67.58% from 255) = 33.99%

R = 47.43%
G = 18.58%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F05EAC (or 0xF05EAC) is known color: Hot Pink. HEX triplet: F0, 5E and AC. RGB value is (240,94,172). Sum of RGB (Red+Green+Blue) = 240+94+172=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F05EAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05EAC is #0FA153. Grayscale: #929292. Windows color (decimal): -1024340 or 11296496. OLE color: 11296496.

HSL color Cylindrical-coordinate representation of color #F05EAC: hue angle of 327.95º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05EAC is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 94 172 -
CMYK 0 0.61 0.28 0.06
HSL 327.95º 0.83% 0.65% -
HSV(B) 327.95º 0.61% 0.94% -
XYZ 47.38 29.51 42.23 -
YUV 146.55 142.37 194.66 -
System Red Green Blue C M Y K H S L
Decimal 240 94 172 0 0.61 0.28 0.06 327.95 0.83 0.65
Hex F0 5E AC 0 3D 1C 6 148 53 41
Octal 360 136 254 0 75 34 6 510 123 101
Binary 11110000 1011110 10101100 0 111101 11100 110 101001000 1010011 1000001

Color Harmonies of #F05EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05EAC

Black with #F05EAC

Text Example


Text Example

White with #F05EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05EAC; }

 p { color: rgb(240,94,172); }

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

background-color css

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

 a { background-color: rgb(240,94,172); }

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

border-color css

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

 span { border-color: rgb(240,94,172); }

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