Html Css Color HEX #F41AAA Spicy Pink

📋 copy color: '#F41AAA'

red 244 ◦ green 26 ◦ blue 170

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

Shades of Spicy Pink #F41AAA

Tints of Spicy Pink #F41AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.91%

 BLUE value IS 170 (66.8% from 255) = 38.64%

R = 55.45%
G = 5.91%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F41AAA (or 0xF41AAA) is known color: Spicy Pink. HEX triplet: F4, 1A and AA. RGB value is (244,26,170). Sum of RGB (Red+Green+Blue) = 244+26+170=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F41AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41AAA is #0BE555. Grayscale: #6B6B6B. Windows color (decimal): -779606 or 11148020. OLE color: 11148020.

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

Color convert

RGB 244 26 170 -
CMYK 0 0.89 0.30 0.04
HSL 320.37º 0.91% 0.53% -
HSV(B) 320.37º 0.89% 0.96% -
XYZ 44.93 22.87 40.08 -
YUV 107.6 163.22 225.29 -
System Red Green Blue C M Y K H S L
Decimal 244 26 170 0 0.89 0.30 0.04 320.37 0.91 0.53
Hex F4 1A AA 0 59 1E 4 140 5B 35
Octal 364 32 252 0 131 36 4 500 133 65
Binary 11110100 11010 10101010 0 1011001 11110 100 101000000 1011011 110101

Color Harmonies of #F41AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41AAA

Black with #F41AAA

Text Example


Text Example

White with #F41AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41AAA; }

 p { color: rgb(244,26,170); }

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

background-color css

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

 a { background-color: rgb(244,26,170); }

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

border-color css

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

 span { border-color: rgb(244,26,170); }

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