Html Css Color HEX #F114AE Spicy Pink

📋 copy color: '#F114AE'

red 241 ◦ green 20 ◦ blue 174

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

Shades of Spicy Pink #F114AE

Tints of Spicy Pink #F114AE

RGB

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

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

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

R = 55.4%
G = 4.6%
B = 40%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F114AE (or 0xF114AE) is known color: Spicy Pink. HEX triplet: F1, 14 and AE. RGB value is (241,20,174). Sum of RGB (Red+Green+Blue) = 241+20+174=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F114AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F114AE is #0EEB51. Grayscale: #676767. Windows color (decimal): -977746 or 11408625. OLE color: 11408625.

HSL color Cylindrical-coordinate representation of color #F114AE: hue angle of 318.19º 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 #F114AE is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 20 174 -
CMYK 0 0.92 0.28 0.05
HSL 318.19º 0.89% 0.51% -
HSV(B) 318.19º 0.92% 0.95% -
XYZ 44.17 22.26 42.01 -
YUV 103.64 167.72 225.98 -
System Red Green Blue C M Y K H S L
Decimal 241 20 174 0 0.92 0.28 0.05 318.19 0.89 0.51
Hex F1 14 AE 0 5C 1C 5 13E 59 33
Octal 361 24 256 0 134 34 5 476 131 63
Binary 11110001 10100 10101110 0 1011100 11100 101 100111110 1011001 110011

Color Harmonies of #F114AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F114AE

Black with #F114AE

Text Example


Text Example

White with #F114AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F114AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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