Html Css Color HEX #F024B6 Spicy Pink

📋 copy color: '#F024B6'

red 240 ◦ green 36 ◦ blue 182

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

Shades of Spicy Pink #F024B6

Tints of Spicy Pink #F024B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.74%

R = 52.4%
G = 7.86%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#F024B6 (or 0xF024B6) is known color: Spicy Pink. HEX triplet: F0, 24 and B6. RGB value is (240,36,182). Sum of RGB (Red+Green+Blue) = 240+36+182=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 36 (14.45% from 255 or 7.86% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F024B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F024B6 is #0FDB49. Grayscale: #717171. Windows color (decimal): -1039178 or 11937008. OLE color: 11937008.

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

Color convert

RGB 240 36 182 -
CMYK 0 0.85 0.24 0.06
HSL 317.06º 0.87% 0.54% -
HSV(B) 317.06º 0.85% 0.94% -
XYZ 45.01 23.16 46.35 -
YUV 113.64 166.59 218.13 -
System Red Green Blue C M Y K H S L
Decimal 240 36 182 0 0.85 0.24 0.06 317.06 0.87 0.54
Hex F0 24 B6 0 55 18 6 13D 57 36
Octal 360 44 266 0 125 30 6 475 127 66
Binary 11110000 100100 10110110 0 1010101 11000 110 100111101 1010111 110110

Color Harmonies of #F024B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F024B6

Black with #F024B6

Text Example


Text Example

White with #F024B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F024B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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