Html Css Color HEX #F114AC Spicy Pink

📋 copy color: '#F114AC'

red 241 ◦ green 20 ◦ blue 172

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

Shades of Spicy Pink #F114AC

Tints of Spicy Pink #F114AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.62%

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

R = 55.66%
G = 4.62%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F114AC (or 0xF114AC) is known color: Spicy Pink. HEX triplet: F1, 14 and AC. RGB value is (241,20,172). Sum of RGB (Red+Green+Blue) = 241+20+172=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F114AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F114AC is #0EEB53. Grayscale: #676767. Windows color (decimal): -977748 or 11277553. OLE color: 11277553.

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

Color convert

RGB 241 20 172 -
CMYK 0 0.92 0.29 0.05
HSL 318.73º 0.89% 0.51% -
HSV(B) 318.73º 0.92% 0.95% -
XYZ 43.97 22.18 40.99 -
YUV 103.41 166.72 226.14 -
System Red Green Blue C M Y K H S L
Decimal 241 20 172 0 0.92 0.29 0.05 318.73 0.89 0.51
Hex F1 14 AC 0 5C 1D 5 13F 59 33
Octal 361 24 254 0 134 35 5 477 131 63
Binary 11110001 10100 10101100 0 1011100 11101 101 100111111 1011001 110011

Color Harmonies of #F114AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F114AC

Black with #F114AC

Text Example


Text Example

White with #F114AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F114AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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