Html Css Color HEX #F021BB Spicy Pink

📋 copy color: '#F021BB'

red 240 ◦ green 33 ◦ blue 187

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

Shades of Spicy Pink #F021BB

Tints of Spicy Pink #F021BB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.17%

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 52.17%
G = 7.17%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F021BB (or 0xF021BB) is known color: Spicy Pink. HEX triplet: F0, 21 and BB. RGB value is (240,33,187). Sum of RGB (Red+Green+Blue) = 240+33+187=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F021BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F021BB is #0FDE44. Grayscale: #707070. Windows color (decimal): -1039941 or 12263920. OLE color: 12263920.

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

Color convert

RGB 240 33 187 -
CMYK 0 0.86 0.22 0.06
HSL 315.36º 0.87% 0.54% -
HSV(B) 315.36º 0.86% 0.94% -
XYZ 45.45 23.2 49.1 -
YUV 112.45 170.08 218.98 -
System Red Green Blue C M Y K H S L
Decimal 240 33 187 0 0.86 0.22 0.06 315.36 0.87 0.54
Hex F0 21 BB 0 56 16 6 13B 57 36
Octal 360 41 273 0 126 26 6 473 127 66
Binary 11110000 100001 10111011 0 1010110 10110 110 100111011 1010111 110110

Color Harmonies of #F021BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F021BB

Black with #F021BB

Text Example


Text Example

White with #F021BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F021BB; }

 p { color: rgb(240,33,187); }

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

background-color css

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

 a { background-color: rgb(240,33,187); }

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

border-color css

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

 span { border-color: rgb(240,33,187); }

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