Html Css Color HEX #F421BA Spicy Pink

📋 copy color: '#F421BA'

red 244 ◦ green 33 ◦ blue 186

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

Shades of Spicy Pink #F421BA

Tints of Spicy Pink #F421BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.13%

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 52.7%
G = 7.13%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F421BA (or 0xF421BA) is known color: Spicy Pink. HEX triplet: F4, 21 and BA. RGB value is (244,33,186). Sum of RGB (Red+Green+Blue) = 244+33+186=463 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.70% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 244 - color contains mainly: red. Hex color #F421BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F421BA is #0BDE45. Grayscale: #717171. Windows color (decimal): -777798 or 12198388. OLE color: 12198388.

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

Color convert

RGB 244 33 186 -
CMYK 0 0.86 0.24 0.04
HSL 316.49º 0.91% 0.54% -
HSV(B) 316.49º 0.86% 0.96% -
XYZ 46.72 23.87 48.6 -
YUV 113.53 168.9 221.06 -
System Red Green Blue C M Y K H S L
Decimal 244 33 186 0 0.86 0.24 0.04 316.49 0.91 0.54
Hex F4 21 BA 0 56 18 4 13C 5B 36
Octal 364 41 272 0 126 30 4 474 133 66
Binary 11110100 100001 10111010 0 1010110 11000 100 100111100 1011011 110110

Color Harmonies of #F421BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F421BA

Black with #F421BA

Text Example


Text Example

White with #F421BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F421BA; }

 p { color: rgb(244,33,186); }

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

background-color css

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

 a { background-color: rgb(244,33,186); }

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

border-color css

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

 span { border-color: rgb(244,33,186); }

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