Html Css Color HEX #F41CA5 Spicy Pink

📋 copy color: '#F41CA5'

red 244 ◦ green 28 ◦ blue 165

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

Shades of Spicy Pink #F41CA5

Tints of Spicy Pink #F41CA5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.41%

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

R = 55.84%
G = 6.41%
B = 37.76%

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

#F41CA5 (or 0xF41CA5) is known color: Spicy Pink. HEX triplet: F4, 1C and A5. RGB value is (244,28,165). Sum of RGB (Red+Green+Blue) = 244+28+165=437 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.84% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41CA5 is #0BE35A. Grayscale: #6B6B6B. Windows color (decimal): -779099 or 10820852. OLE color: 10820852.

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

Color convert

RGB 244 28 165 -
CMYK 0 0.89 0.32 0.04
HSL 321.94º 0.91% 0.53% -
HSV(B) 321.94º 0.89% 0.96% -
XYZ 44.52 22.78 37.65 -
YUV 108.2 160.06 224.86 -
System Red Green Blue C M Y K H S L
Decimal 244 28 165 0 0.89 0.32 0.04 321.94 0.91 0.53
Hex F4 1C A5 0 59 20 4 142 5B 35
Octal 364 34 245 0 131 40 4 502 133 65
Binary 11110100 11100 10100101 0 1011001 100000 100 101000010 1011011 110101

Color Harmonies of #F41CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41CA5

Black with #F41CA5

Text Example


Text Example

White with #F41CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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