Html Css Color HEX #F15FAC Hot Pink

📋 copy color: '#F15FAC'

red 241 ◦ green 95 ◦ blue 172

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

Shades of Hot Pink #F15FAC

Tints of Hot Pink #F15FAC

RGB

 RED value IS 241 (94.53% from 255) = 47.44%

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

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

R = 47.44%
G = 18.7%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F15FAC (or 0xF15FAC) is known color: Hot Pink. HEX triplet: F1, 5F and AC. RGB value is (241,95,172). Sum of RGB (Red+Green+Blue) = 241+95+172=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F15FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15FAC is #0EA053. Grayscale: #939393. Windows color (decimal): -958548 or 11296753. OLE color: 11296753.

HSL color Cylindrical-coordinate representation of color #F15FAC: hue angle of 328.36º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15FAC is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 95 172 -
CMYK 0 0.61 0.29 0.05
HSL 328.36º 0.84% 0.66% -
HSV(B) 328.36º 0.61% 0.95% -
XYZ 47.81 29.86 42.27 -
YUV 147.43 141.87 194.74 -
System Red Green Blue C M Y K H S L
Decimal 241 95 172 0 0.61 0.29 0.05 328.36 0.84 0.66
Hex F1 5F AC 0 3D 1D 5 148 54 42
Octal 361 137 254 0 75 35 5 510 124 102
Binary 11110001 1011111 10101100 0 111101 11101 101 101001000 1010100 1000010

Color Harmonies of #F15FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15FAC

Black with #F15FAC

Text Example


Text Example

White with #F15FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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