Html Css Color HEX #F41BA5 Spicy Pink

📋 copy color: '#F41BA5'

red 244 ◦ green 27 ◦ blue 165

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

Shades of Spicy Pink #F41BA5

Tints of Spicy Pink #F41BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.84%

R = 55.96%
G = 6.19%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F41BA5 (or 0xF41BA5) is known color: Spicy Pink. HEX triplet: F4, 1B and A5. RGB value is (244,27,165). Sum of RGB (Red+Green+Blue) = 244+27+165=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F41BA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41BA5 is #0BE45A. Grayscale: #6B6B6B. Windows color (decimal): -779355 or 10820596. OLE color: 10820596.

HSL color Cylindrical-coordinate representation of color #F41BA5: hue angle of 321.84º 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 #F41BA5 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 27 165 -
CMYK 0 0.89 0.32 0.04
HSL 321.84º 0.91% 0.53% -
HSV(B) 321.84º 0.89% 0.96% -
XYZ 44.49 22.73 37.64 -
YUV 107.62 160.39 225.28 -
System Red Green Blue C M Y K H S L
Decimal 244 27 165 0 0.89 0.32 0.04 321.84 0.91 0.53
Hex F4 1B A5 0 59 20 4 142 5B 35
Octal 364 33 245 0 131 40 4 502 133 65
Binary 11110100 11011 10100101 0 1011001 100000 100 101000010 1011011 110101

Color Harmonies of #F41BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41BA5

Black with #F41BA5

Text Example


Text Example

White with #F41BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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