Html Css Color HEX #F024B9 Spicy Pink

📋 copy color: '#F024B9'

red 240 ◦ green 36 ◦ blue 185

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

Shades of Spicy Pink #F024B9

Tints of Spicy Pink #F024B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 52.06%
G = 7.81%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F024B9 (or 0xF024B9) is known color: Spicy Pink. HEX triplet: F0, 24 and B9. RGB value is (240,36,185). Sum of RGB (Red+Green+Blue) = 240+36+185=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 36 (14.45% from 255 or 7.81% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F024B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F024B9 is #0FDB46. Grayscale: #717171. Windows color (decimal): -1039175 or 12133616. OLE color: 12133616.

HSL color Cylindrical-coordinate representation of color #F024B9: hue angle of 316.18º 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 #F024B9 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 36 185 -
CMYK 0 0.85 0.23 0.06
HSL 316.18º 0.87% 0.54% -
HSV(B) 316.18º 0.85% 0.94% -
XYZ 45.32 23.29 48.01 -
YUV 113.98 168.09 217.88 -
System Red Green Blue C M Y K H S L
Decimal 240 36 185 0 0.85 0.23 0.06 316.18 0.87 0.54
Hex F0 24 B9 0 55 17 6 13C 57 36
Octal 360 44 271 0 125 27 6 474 127 66
Binary 11110000 100100 10111001 0 1010101 10111 110 100111100 1010111 110110

Color Harmonies of #F024B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F024B9

Black with #F024B9

Text Example


Text Example

White with #F024B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F024B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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