Html Css Color HEX #F114A2 Spicy Pink

📋 copy color: '#F114A2'

red 241 ◦ green 20 ◦ blue 162

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

Shades of Spicy Pink #F114A2

Tints of Spicy Pink #F114A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.3%

R = 56.97%
G = 4.73%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F114A2 (or 0xF114A2) is known color: Spicy Pink. HEX triplet: F1, 14 and A2. RGB value is (241,20,162). Sum of RGB (Red+Green+Blue) = 241+20+162=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F114A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F114A2 is #0EEB5D. Grayscale: #656565. Windows color (decimal): -977758 or 10622193. OLE color: 10622193.

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

Color convert

RGB 241 20 162 -
CMYK 0 0.92 0.33 0.05
HSL 321.45º 0.89% 0.51% -
HSV(B) 321.45º 0.92% 0.95% -
XYZ 43.05 21.81 36.12 -
YUV 102.27 161.72 226.95 -
System Red Green Blue C M Y K H S L
Decimal 241 20 162 0 0.92 0.33 0.05 321.45 0.89 0.51
Hex F1 14 A2 0 5C 21 5 141 59 33
Octal 361 24 242 0 134 41 5 501 131 63
Binary 11110001 10100 10100010 0 1011100 100001 101 101000001 1011001 110011

Color Harmonies of #F114A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F114A2

Black with #F114A2

Text Example


Text Example

White with #F114A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F114A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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