Html Css Color HEX #F41CA4 Spicy Pink

📋 copy color: '#F41CA4'

red 244 ◦ green 28 ◦ blue 164

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

Shades of Spicy Pink #F41CA4

Tints of Spicy Pink #F41CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.61%

R = 55.96%
G = 6.42%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F41CA4 (or 0xF41CA4) is known color: Spicy Pink. HEX triplet: F4, 1C and A4. RGB value is (244,28,164). Sum of RGB (Red+Green+Blue) = 244+28+164=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41CA4 is #0BE35B. Grayscale: #6B6B6B. Windows color (decimal): -779100 or 10755316. OLE color: 10755316.

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

Color convert

RGB 244 28 164 -
CMYK 0 0.89 0.33 0.04
HSL 322.22º 0.91% 0.53% -
HSV(B) 322.22º 0.89% 0.96% -
XYZ 44.42 22.74 37.17 -
YUV 108.09 159.56 224.94 -
System Red Green Blue C M Y K H S L
Decimal 244 28 164 0 0.89 0.33 0.04 322.22 0.91 0.53
Hex F4 1C A4 0 59 21 4 142 5B 35
Octal 364 34 244 0 131 41 4 502 133 65
Binary 11110100 11100 10100100 0 1011001 100001 100 101000010 1011011 110101

Color Harmonies of #F41CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41CA4

Black with #F41CA4

Text Example


Text Example

White with #F41CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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