Html Css Color HEX #F024B3 Spicy Pink

📋 copy color: '#F024B3'

red 240 ◦ green 36 ◦ blue 179

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

Shades of Spicy Pink #F024B3

Tints of Spicy Pink #F024B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.34%

R = 52.75%
G = 7.91%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F024B3 (or 0xF024B3) is known color: Spicy Pink. HEX triplet: F0, 24 and B3. RGB value is (240,36,179). Sum of RGB (Red+Green+Blue) = 240+36+179=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 36 (14.45% from 255 or 7.91% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F024B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F024B3 is #0FDB4C. Grayscale: #707070. Windows color (decimal): -1039181 or 11740400. OLE color: 11740400.

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

Color convert

RGB 240 36 179 -
CMYK 0 0.85 0.25 0.06
HSL 317.94º 0.87% 0.54% -
HSV(B) 317.94º 0.85% 0.94% -
XYZ 44.7 23.04 44.74 -
YUV 113.3 165.09 218.37 -
System Red Green Blue C M Y K H S L
Decimal 240 36 179 0 0.85 0.25 0.06 317.94 0.87 0.54
Hex F0 24 B3 0 55 19 6 13E 57 36
Octal 360 44 263 0 125 31 6 476 127 66
Binary 11110000 100100 10110011 0 1010101 11001 110 100111110 1010111 110110

Color Harmonies of #F024B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F024B3

Black with #F024B3

Text Example


Text Example

White with #F024B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F024B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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