Html Css Color HEX #F114B0 Spicy Pink

📋 copy color: '#F114B0'

red 241 ◦ green 20 ◦ blue 176

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

Shades of Spicy Pink #F114B0

Tints of Spicy Pink #F114B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.27%

R = 55.15%
G = 4.58%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F114B0 (or 0xF114B0) is known color: Spicy Pink. HEX triplet: F1, 14 and B0. RGB value is (241,20,176). Sum of RGB (Red+Green+Blue) = 241+20+176=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 20 (8.20% from 255 or 4.58% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F114B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F114B0 is #0EEB4F. Grayscale: #676767. Windows color (decimal): -977744 or 11539697. OLE color: 11539697.

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

Color convert

RGB 241 20 176 -
CMYK 0 0.92 0.27 0.05
HSL 317.65º 0.89% 0.51% -
HSV(B) 317.65º 0.92% 0.95% -
XYZ 44.36 22.34 43.05 -
YUV 103.86 168.72 225.82 -
System Red Green Blue C M Y K H S L
Decimal 241 20 176 0 0.92 0.27 0.05 317.65 0.89 0.51
Hex F1 14 B0 0 5C 1B 5 13E 59 33
Octal 361 24 260 0 134 33 5 476 131 63
Binary 11110001 10100 10110000 0 1011100 11011 101 100111110 1011001 110011

Color Harmonies of #F114B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F114B0

Black with #F114B0

Text Example


Text Example

White with #F114B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F114B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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