Html Css Color HEX #F428BA Spicy Pink

📋 copy color: '#F428BA'

red 244 ◦ green 40 ◦ blue 186

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

Shades of Spicy Pink #F428BA

Tints of Spicy Pink #F428BA

RGB

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

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

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

R = 51.91%
G = 8.51%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F428BA (or 0xF428BA) is known color: Spicy Pink. HEX triplet: F4, 28 and BA. RGB value is (244,40,186). Sum of RGB (Red+Green+Blue) = 244+40+186=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 40 (16.02% from 255 or 8.51% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F428BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F428BA is #0BD745. Grayscale: #757575. Windows color (decimal): -776006 or 12200180. OLE color: 12200180.

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

Color convert

RGB 244 40 186 -
CMYK 0 0.84 0.24 0.04
HSL 317.06º 0.9% 0.56% -
HSV(B) 317.06º 0.84% 0.96% -
XYZ 46.93 24.3 48.67 -
YUV 117.64 166.59 218.13 -
System Red Green Blue C M Y K H S L
Decimal 244 40 186 0 0.84 0.24 0.04 317.06 0.9 0.56
Hex F4 28 BA 0 54 18 4 13D 5A 38
Octal 364 50 272 0 124 30 4 475 132 70
Binary 11110100 101000 10111010 0 1010100 11000 100 100111101 1011010 111000

Color Harmonies of #F428BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F428BA

Black with #F428BA

Text Example


Text Example

White with #F428BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F428BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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