Html Css Color HEX #F114B2 Spicy Pink

📋 copy color: '#F114B2'

red 241 ◦ green 20 ◦ blue 178

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

Shades of Spicy Pink #F114B2

Tints of Spicy Pink #F114B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.55%

R = 54.9%
G = 4.56%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F114B2 (or 0xF114B2) is known color: Spicy Pink. HEX triplet: F1, 14 and B2. RGB value is (241,20,178). Sum of RGB (Red+Green+Blue) = 241+20+178=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F114B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F114B2 is #0EEB4D. Grayscale: #676767. Windows color (decimal): -977742 or 11670769. OLE color: 11670769.

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

Color convert

RGB 241 20 178 -
CMYK 0 0.92 0.26 0.05
HSL 317.1º 0.89% 0.51% -
HSV(B) 317.1º 0.92% 0.95% -
XYZ 44.56 22.42 44.1 -
YUV 104.09 169.72 225.65 -
System Red Green Blue C M Y K H S L
Decimal 241 20 178 0 0.92 0.26 0.05 317.1 0.89 0.51
Hex F1 14 B2 0 5C 1A 5 13D 59 33
Octal 361 24 262 0 134 32 5 475 131 63
Binary 11110001 10100 10110010 0 1011100 11010 101 100111101 1011001 110011

Color Harmonies of #F114B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F114B2

Black with #F114B2

Text Example


Text Example

White with #F114B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F114B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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