Html Css Color HEX #F114AA Spicy Pink

📋 copy color: '#F114AA'

red 241 ◦ green 20 ◦ blue 170

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

Shades of Spicy Pink #F114AA

Tints of Spicy Pink #F114AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 55.92%
G = 4.64%
B = 39.44%

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

#F114AA (or 0xF114AA) is known color: Spicy Pink. HEX triplet: F1, 14 and AA. RGB value is (241,20,170). Sum of RGB (Red+Green+Blue) = 241+20+170=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F114AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F114AA is #0EEB55. Grayscale: #666666. Windows color (decimal): -977750 or 11146481. OLE color: 11146481.

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

Color convert

RGB 241 20 170 -
CMYK 0 0.92 0.29 0.05
HSL 319.28º 0.89% 0.51% -
HSV(B) 319.28º 0.92% 0.95% -
XYZ 43.78 22.1 39.99 -
YUV 103.18 165.72 226.3 -
System Red Green Blue C M Y K H S L
Decimal 241 20 170 0 0.92 0.29 0.05 319.28 0.89 0.51
Hex F1 14 AA 0 5C 1D 5 13F 59 33
Octal 361 24 252 0 134 35 5 477 131 63
Binary 11110001 10100 10101010 0 1011100 11101 101 100111111 1011001 110011

Color Harmonies of #F114AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F114AA

Black with #F114AA

Text Example


Text Example

White with #F114AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F114AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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