Html Css Color HEX #F411B0 Spicy Pink

📋 copy color: '#F411B0'

red 244 ◦ green 17 ◦ blue 176

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

Shades of Spicy Pink #F411B0

Tints of Spicy Pink #F411B0

RGB

 RED value IS 244 (95.7% from 255) = 55.84%

 GREEN value IS 17 (7.03% from 255) = 3.89%

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

R = 55.84%
G = 3.89%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F411B0 (or 0xF411B0) is known color: Spicy Pink. HEX triplet: F4, 11 and B0. RGB value is (244,17,176). Sum of RGB (Red+Green+Blue) = 244+17+176=437 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.84% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 244 - color contains mainly: red. Hex color #F411B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F411B0 is #0BEE4F. Grayscale: #666666. Windows color (decimal): -781904 or 11538932. OLE color: 11538932.

HSL color Cylindrical-coordinate representation of color #F411B0: hue angle of 317.97º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F411B0 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 17 176 -
CMYK 0 0.93 0.28 0.04
HSL 317.97º 0.91% 0.51% -
HSV(B) 317.97º 0.93% 0.96% -
XYZ 45.35 22.77 43.08 -
YUV 103 169.21 228.57 -
System Red Green Blue C M Y K H S L
Decimal 244 17 176 0 0.93 0.28 0.04 317.97 0.91 0.51
Hex F4 11 B0 0 5D 1C 4 13E 5B 33
Octal 364 21 260 0 135 34 4 476 133 63
Binary 11110100 10001 10110000 0 1011101 11100 100 100111110 1011011 110011

Color Harmonies of #F411B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F411B0

Black with #F411B0

Text Example


Text Example

White with #F411B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F411B0; }

 p { color: rgb(244,17,176); }

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

background-color css

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

 a { background-color: rgb(244,17,176); }

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

border-color css

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

 span { border-color: rgb(244,17,176); }

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