Html Css Color HEX #F114A8 Spicy Pink

📋 copy color: '#F114A8'

red 241 ◦ green 20 ◦ blue 168

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

Shades of Spicy Pink #F114A8

Tints of Spicy Pink #F114A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.16%

R = 56.18%
G = 4.66%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F114A8 (or 0xF114A8) is known color: Spicy Pink. HEX triplet: F1, 14 and A8. RGB value is (241,20,168). Sum of RGB (Red+Green+Blue) = 241+20+168=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F114A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F114A8 is #0EEB57. Grayscale: #666666. Windows color (decimal): -977752 or 11015409. OLE color: 11015409.

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

Color convert

RGB 241 20 168 -
CMYK 0 0.92 0.30 0.05
HSL 319.82º 0.89% 0.51% -
HSV(B) 319.82º 0.92% 0.95% -
XYZ 43.59 22.03 39 -
YUV 102.95 164.72 226.47 -
System Red Green Blue C M Y K H S L
Decimal 241 20 168 0 0.92 0.30 0.05 319.82 0.89 0.51
Hex F1 14 A8 0 5C 1E 5 140 59 33
Octal 361 24 250 0 134 36 5 500 131 63
Binary 11110001 10100 10101000 0 1011100 11110 101 101000000 1011001 110011

Color Harmonies of #F114A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F114A8

Black with #F114A8

Text Example


Text Example

White with #F114A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F114A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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