Html Css Color HEX #F415AA Spicy Pink

📋 copy color: '#F415AA'

red 244 ◦ green 21 ◦ blue 170

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

Shades of Spicy Pink #F415AA

Tints of Spicy Pink #F415AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.83%

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

R = 56.09%
G = 4.83%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F415AA (or 0xF415AA) is known color: Spicy Pink. HEX triplet: F4, 15 and AA. RGB value is (244,21,170). Sum of RGB (Red+Green+Blue) = 244+21+170=435 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.09% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 244 - color contains mainly: red. Hex color #F415AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F415AA is #0BEA55. Grayscale: #686868. Windows color (decimal): -780886 or 11146740. OLE color: 11146740.

HSL color Cylindrical-coordinate representation of color #F415AA: hue angle of 319.91º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F415AA is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 21 170 -
CMYK 0 0.91 0.30 0.04
HSL 319.91º 0.91% 0.52% -
HSV(B) 319.91º 0.91% 0.96% -
XYZ 44.83 22.67 40.04 -
YUV 104.66 164.88 227.38 -
System Red Green Blue C M Y K H S L
Decimal 244 21 170 0 0.91 0.30 0.04 319.91 0.91 0.52
Hex F4 15 AA 0 5B 1E 4 140 5B 34
Octal 364 25 252 0 133 36 4 500 133 64
Binary 11110100 10101 10101010 0 1011011 11110 100 101000000 1011011 110100

Color Harmonies of #F415AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F415AA

Black with #F415AA

Text Example


Text Example

White with #F415AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F415AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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