Html Css Color HEX #F429AF Spicy Pink

📋 copy color: '#F429AF'

red 244 ◦ green 41 ◦ blue 175

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

Shades of Spicy Pink #F429AF

Tints of Spicy Pink #F429AF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.91%

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

R = 53.04%
G = 8.91%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F429AF (or 0xF429AF) is known color: Spicy Pink. HEX triplet: F4, 29 and AF. RGB value is (244,41,175). Sum of RGB (Red+Green+Blue) = 244+41+175=460 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.04% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 244 - color contains mainly: red. Hex color #F429AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F429AF is #0BD650. Grayscale: #747474. Windows color (decimal): -775761 or 11479540. OLE color: 11479540.

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

Color convert

RGB 244 41 175 -
CMYK 0 0.83 0.28 0.04
HSL 320.39º 0.9% 0.56% -
HSV(B) 320.39º 0.83% 0.96% -
XYZ 45.84 23.91 42.76 -
YUV 116.97 160.75 218.6 -
System Red Green Blue C M Y K H S L
Decimal 244 41 175 0 0.83 0.28 0.04 320.39 0.9 0.56
Hex F4 29 AF 0 53 1C 4 140 5A 38
Octal 364 51 257 0 123 34 4 500 132 70
Binary 11110100 101001 10101111 0 1010011 11100 100 101000000 1011010 111000

Color Harmonies of #F429AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F429AF

Black with #F429AF

Text Example


Text Example

White with #F429AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F429AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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