Html Css Color HEX #F41BA8 Spicy Pink

📋 copy color: '#F41BA8'

red 244 ◦ green 27 ◦ blue 168

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

Shades of Spicy Pink #F41BA8

Tints of Spicy Pink #F41BA8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.15%

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

R = 55.58%
G = 6.15%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F41BA8 (or 0xF41BA8) is known color: Spicy Pink. HEX triplet: F4, 1B and A8. RGB value is (244,27,168). Sum of RGB (Red+Green+Blue) = 244+27+168=439 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.58% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 244 - color contains mainly: red. Hex color #F41BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41BA8 is #0BE457. Grayscale: #6B6B6B. Windows color (decimal): -779352 or 11017204. OLE color: 11017204.

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

Color convert

RGB 244 27 168 -
CMYK 0 0.89 0.31 0.04
HSL 321.01º 0.91% 0.53% -
HSV(B) 321.01º 0.89% 0.96% -
XYZ 44.77 22.84 39.1 -
YUV 107.96 161.89 225.04 -
System Red Green Blue C M Y K H S L
Decimal 244 27 168 0 0.89 0.31 0.04 321.01 0.91 0.53
Hex F4 1B A8 0 59 1F 4 141 5B 35
Octal 364 33 250 0 131 37 4 501 133 65
Binary 11110100 11011 10101000 0 1011001 11111 100 101000001 1011011 110101

Color Harmonies of #F41BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41BA8

Black with #F41BA8

Text Example


Text Example

White with #F41BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41BA8; }

 p { color: rgb(244,27,168); }

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

background-color css

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

 a { background-color: rgb(244,27,168); }

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

border-color css

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

 span { border-color: rgb(244,27,168); }

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