Html Css Color HEX #F029AF Spicy Pink

📋 copy color: '#F029AF'

red 240 ◦ green 41 ◦ blue 175

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

Shades of Spicy Pink #F029AF

Tints of Spicy Pink #F029AF

RGB

 RED value IS 240 (94.14% from 255) = 52.63%

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

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

R = 52.63%
G = 8.99%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F029AF (or 0xF029AF) is known color: Spicy Pink. HEX triplet: F0, 29 and AF. RGB value is (240,41,175). Sum of RGB (Red+Green+Blue) = 240+41+175=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F029AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F029AF is #0FD650. Grayscale: #737373. Windows color (decimal): -1037905 or 11479536. OLE color: 11479536.

HSL color Cylindrical-coordinate representation of color #F029AF: hue angle of 319.6º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F029AF is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 41 175 -
CMYK 0 0.83 0.27 0.06
HSL 319.6º 0.87% 0.55% -
HSV(B) 319.6º 0.83% 0.94% -
XYZ 44.47 23.21 42.69 -
YUV 115.78 161.43 216.6 -
System Red Green Blue C M Y K H S L
Decimal 240 41 175 0 0.83 0.27 0.06 319.6 0.87 0.55
Hex F0 29 AF 0 53 1B 6 140 57 37
Octal 360 51 257 0 123 33 6 500 127 67
Binary 11110000 101001 10101111 0 1010011 11011 110 101000000 1010111 110111

Color Harmonies of #F029AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F029AF

Black with #F029AF

Text Example


Text Example

White with #F029AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F029AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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