Html Css Color HEX #F024BC Spicy Pink

📋 copy color: '#F024BC'

red 240 ◦ green 36 ◦ blue 188

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

Shades of Spicy Pink #F024BC

Tints of Spicy Pink #F024BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 51.72%
G = 7.76%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F024BC (or 0xF024BC) is known color: Spicy Pink. HEX triplet: F0, 24 and BC. RGB value is (240,36,188). Sum of RGB (Red+Green+Blue) = 240+36+188=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F024BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F024BC is #0FDB43. Grayscale: #717171. Windows color (decimal): -1039172 or 12330224. OLE color: 12330224.

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

Color convert

RGB 240 36 188 -
CMYK 0 0.85 0.22 0.06
HSL 315.29º 0.87% 0.54% -
HSV(B) 315.29º 0.85% 0.94% -
XYZ 45.64 23.42 49.69 -
YUV 114.32 169.59 217.64 -
System Red Green Blue C M Y K H S L
Decimal 240 36 188 0 0.85 0.22 0.06 315.29 0.87 0.54
Hex F0 24 BC 0 55 16 6 13B 57 36
Octal 360 44 274 0 125 26 6 473 127 66
Binary 11110000 100100 10111100 0 1010101 10110 110 100111011 1010111 110110

Color Harmonies of #F024BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F024BC

Black with #F024BC

Text Example


Text Example

White with #F024BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F024BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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