Html Css Color HEX #F428B0 Spicy Pink

📋 copy color: '#F428B0'

red 244 ◦ green 40 ◦ blue 176

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

Shades of Spicy Pink #F428B0

Tints of Spicy Pink #F428B0

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.7%

 BLUE value IS 176 (69.14% from 255) = 38.26%

R = 53.04%
G = 8.7%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F428B0 (or 0xF428B0) is known color: Spicy Pink. HEX triplet: F4, 28 and B0. RGB value is (244,40,176). Sum of RGB (Red+Green+Blue) = 244+40+176=460 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.04% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 244 - color contains mainly: red. Hex color #F428B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F428B0 is #0BD74F. Grayscale: #747474. Windows color (decimal): -776016 or 11544820. OLE color: 11544820.

HSL color Cylindrical-coordinate representation of color #F428B0: hue angle of 320º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F428B0 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 40 176 -
CMYK 0 0.84 0.28 0.04
HSL 320º 0.9% 0.56% -
HSV(B) 320º 0.84% 0.96% -
XYZ 45.9 23.89 43.27 -
YUV 116.5 161.59 218.94 -
System Red Green Blue C M Y K H S L
Decimal 244 40 176 0 0.84 0.28 0.04 320 0.9 0.56
Hex F4 28 B0 0 54 1C 4 140 5A 38
Octal 364 50 260 0 124 34 4 500 132 70
Binary 11110100 101000 10110000 0 1010100 11100 100 101000000 1011010 111000

Color Harmonies of #F428B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F428B0

Black with #F428B0

Text Example


Text Example

White with #F428B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F428B0; }

 p { color: rgb(244,40,176); }

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

background-color css

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

 a { background-color: rgb(244,40,176); }

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

border-color css

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

 span { border-color: rgb(244,40,176); }

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