Html Css Color HEX #F024AF Spicy Pink

📋 copy color: '#F024AF'

red 240 ◦ green 36 ◦ blue 175

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

Shades of Spicy Pink #F024AF

Tints of Spicy Pink #F024AF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.98%

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

R = 53.22%
G = 7.98%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F024AF (or 0xF024AF) is known color: Spicy Pink. HEX triplet: F0, 24 and AF. RGB value is (240,36,175). Sum of RGB (Red+Green+Blue) = 240+36+175=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 36 (14.45% from 255 or 7.98% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F024AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F024AF is #0FDB50. Grayscale: #707070. Windows color (decimal): -1039185 or 11478256. OLE color: 11478256.

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

Color convert

RGB 240 36 175 -
CMYK 0 0.85 0.27 0.06
HSL 319.12º 0.87% 0.54% -
HSV(B) 319.12º 0.85% 0.94% -
XYZ 44.3 22.88 42.64 -
YUV 112.84 163.09 218.7 -
System Red Green Blue C M Y K H S L
Decimal 240 36 175 0 0.85 0.27 0.06 319.12 0.87 0.54
Hex F0 24 AF 0 55 1B 6 13F 57 36
Octal 360 44 257 0 125 33 6 477 127 66
Binary 11110000 100100 10101111 0 1010101 11011 110 100111111 1010111 110110

Color Harmonies of #F024AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F024AF

Black with #F024AF

Text Example


Text Example

White with #F024AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F024AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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