Html Css Color HEX #F05FAC Hot Pink

📋 copy color: '#F05FAC'

red 240 ◦ green 95 ◦ blue 172

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

Shades of Hot Pink #F05FAC

Tints of Hot Pink #F05FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.74%

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

R = 47.34%
G = 18.74%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F05FAC (or 0xF05FAC) is known color: Hot Pink. HEX triplet: F0, 5F and AC. RGB value is (240,95,172). Sum of RGB (Red+Green+Blue) = 240+95+172=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05FAC is #0FA053. Grayscale: #929292. Windows color (decimal): -1024084 or 11296752. OLE color: 11296752.

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

Color convert

RGB 240 95 172 -
CMYK 0 0.60 0.28 0.06
HSL 328.14º 0.83% 0.66% -
HSV(B) 328.14º 0.6% 0.94% -
XYZ 47.47 29.69 42.26 -
YUV 147.13 142.04 194.24 -
System Red Green Blue C M Y K H S L
Decimal 240 95 172 0 0.60 0.28 0.06 328.14 0.83 0.66
Hex F0 5F AC 0 3C 1C 6 148 53 42
Octal 360 137 254 0 74 34 6 510 123 102
Binary 11110000 1011111 10101100 0 111100 11100 110 101001000 1010011 1000010

Color Harmonies of #F05FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05FAC

Black with #F05FAC

Text Example


Text Example

White with #F05FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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