Html Css Color HEX #F421B9 Spicy Pink

📋 copy color: '#F421B9'

red 244 ◦ green 33 ◦ blue 185

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

Shades of Spicy Pink #F421B9

Tints of Spicy Pink #F421B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.04%

R = 52.81%
G = 7.14%
B = 40.04%

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

#F421B9 (or 0xF421B9) is known color: Spicy Pink. HEX triplet: F4, 21 and B9. RGB value is (244,33,185). Sum of RGB (Red+Green+Blue) = 244+33+185=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F421B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F421B9 is #0BDE46. Grayscale: #717171. Windows color (decimal): -777799 or 12132852. OLE color: 12132852.

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

Color convert

RGB 244 33 185 -
CMYK 0 0.86 0.24 0.04
HSL 316.78º 0.91% 0.54% -
HSV(B) 316.78º 0.86% 0.96% -
XYZ 46.61 23.82 48.04 -
YUV 113.42 168.4 221.14 -
System Red Green Blue C M Y K H S L
Decimal 244 33 185 0 0.86 0.24 0.04 316.78 0.91 0.54
Hex F4 21 B9 0 56 18 4 13D 5B 36
Octal 364 41 271 0 126 30 4 475 133 66
Binary 11110100 100001 10111001 0 1010110 11000 100 100111101 1011011 110110

Color Harmonies of #F421B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F421B9

Black with #F421B9

Text Example


Text Example

White with #F421B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F421B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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