Html Css Color HEX #F428AF Spicy Pink

📋 copy color: '#F428AF'

red 244 ◦ green 40 ◦ blue 175

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

Shades of Spicy Pink #F428AF

Tints of Spicy Pink #F428AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.13%

R = 53.16%
G = 8.71%
B = 38.13%

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

#F428AF (or 0xF428AF) is known color: Spicy Pink. HEX triplet: F4, 28 and AF. RGB value is (244,40,175). Sum of RGB (Red+Green+Blue) = 244+40+175=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F428AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F428AF is #0BD750. Grayscale: #747474. Windows color (decimal): -776017 or 11479284. OLE color: 11479284.

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

Color convert

RGB 244 40 175 -
CMYK 0 0.84 0.28 0.04
HSL 320.29º 0.9% 0.56% -
HSV(B) 320.29º 0.84% 0.96% -
XYZ 45.8 23.85 42.75 -
YUV 116.39 161.09 219.02 -
System Red Green Blue C M Y K H S L
Decimal 244 40 175 0 0.84 0.28 0.04 320.29 0.9 0.56
Hex F4 28 AF 0 54 1C 4 140 5A 38
Octal 364 50 257 0 124 34 4 500 132 70
Binary 11110100 101000 10101111 0 1010100 11100 100 101000000 1011010 111000

Color Harmonies of #F428AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F428AF

Black with #F428AF

Text Example


Text Example

White with #F428AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F428AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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