Html Css Color HEX #F023BB Spicy Pink

📋 copy color: '#F023BB'

red 240 ◦ green 35 ◦ blue 187

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

Shades of Spicy Pink #F023BB

Tints of Spicy Pink #F023BB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.58%

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

R = 51.95%
G = 7.58%
B = 40.48%

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

#F023BB (or 0xF023BB) is known color: Spicy Pink. HEX triplet: F0, 23 and BB. RGB value is (240,35,187). Sum of RGB (Red+Green+Blue) = 240+35+187=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 35 (14.06% from 255 or 7.58% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F023BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F023BB is #0FDC44. Grayscale: #717171. Windows color (decimal): -1039429 or 12264432. OLE color: 12264432.

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

Color convert

RGB 240 35 187 -
CMYK 0 0.85 0.22 0.06
HSL 315.51º 0.87% 0.54% -
HSV(B) 315.51º 0.85% 0.94% -
XYZ 45.51 23.32 49.12 -
YUV 113.62 169.42 218.14 -
System Red Green Blue C M Y K H S L
Decimal 240 35 187 0 0.85 0.22 0.06 315.51 0.87 0.54
Hex F0 23 BB 0 55 16 6 13C 57 36
Octal 360 43 273 0 125 26 6 474 127 66
Binary 11110000 100011 10111011 0 1010101 10110 110 100111100 1010111 110110

Color Harmonies of #F023BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F023BB

Black with #F023BB

Text Example


Text Example

White with #F023BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F023BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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