Html Css Color HEX #F41BA2 Spicy Pink

📋 copy color: '#F41BA2'

red 244 ◦ green 27 ◦ blue 162

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

Shades of Spicy Pink #F41BA2

Tints of Spicy Pink #F41BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.41%

R = 56.35%
G = 6.24%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F41BA2 (or 0xF41BA2) is known color: Spicy Pink. HEX triplet: F4, 1B and A2. RGB value is (244,27,162). Sum of RGB (Red+Green+Blue) = 244+27+162=433 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.35% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 244 - color contains mainly: red. Hex color #F41BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41BA2 is #0BE45D. Grayscale: #6A6A6A. Windows color (decimal): -779358 or 10623988. OLE color: 10623988.

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

Color convert

RGB 244 27 162 -
CMYK 0 0.89 0.34 0.04
HSL 322.67º 0.91% 0.53% -
HSV(B) 322.67º 0.89% 0.96% -
XYZ 44.22 22.63 36.22 -
YUV 107.27 158.89 225.52 -
System Red Green Blue C M Y K H S L
Decimal 244 27 162 0 0.89 0.34 0.04 322.67 0.91 0.53
Hex F4 1B A2 0 59 22 4 143 5B 35
Octal 364 33 242 0 131 42 4 503 133 65
Binary 11110100 11011 10100010 0 1011001 100010 100 101000011 1011011 110101

Color Harmonies of #F41BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41BA2

Black with #F41BA2

Text Example


Text Example

White with #F41BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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