Html Css Color HEX #F023B9 Spicy Pink

📋 copy color: '#F023B9'

red 240 ◦ green 35 ◦ blue 185

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

Shades of Spicy Pink #F023B9

Tints of Spicy Pink #F023B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.22%

R = 52.17%
G = 7.61%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F023B9 (or 0xF023B9) is known color: Spicy Pink. HEX triplet: F0, 23 and B9. RGB value is (240,35,185). Sum of RGB (Red+Green+Blue) = 240+35+185=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 35 (14.06% from 255 or 7.61% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F023B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F023B9 is #0FDC46. Grayscale: #717171. Windows color (decimal): -1039431 or 12133360. OLE color: 12133360.

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

Color convert

RGB 240 35 185 -
CMYK 0 0.85 0.23 0.06
HSL 316.1º 0.87% 0.54% -
HSV(B) 316.1º 0.85% 0.94% -
XYZ 45.29 23.23 48 -
YUV 113.4 168.42 218.3 -
System Red Green Blue C M Y K H S L
Decimal 240 35 185 0 0.85 0.23 0.06 316.1 0.87 0.54
Hex F0 23 B9 0 55 17 6 13C 57 36
Octal 360 43 271 0 125 27 6 474 127 66
Binary 11110000 100011 10111001 0 1010101 10111 110 100111100 1010111 110110

Color Harmonies of #F023B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F023B9

Black with #F023B9

Text Example


Text Example

White with #F023B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F023B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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