Html Css Color HEX #F028BB Spicy Pink

📋 copy color: '#F028BB'

red 240 ◦ green 40 ◦ blue 187

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

Shades of Spicy Pink #F028BB

Tints of Spicy Pink #F028BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.57%

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

R = 51.39%
G = 8.57%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F028BB (or 0xF028BB) is known color: Spicy Pink. HEX triplet: F0, 28 and BB. RGB value is (240,40,187). Sum of RGB (Red+Green+Blue) = 240+40+187=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F028BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F028BB is #0FD744. Grayscale: #747474. Windows color (decimal): -1038149 or 12265712. OLE color: 12265712.

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

Color convert

RGB 240 40 187 -
CMYK 0 0.83 0.22 0.06
HSL 315.9º 0.87% 0.55% -
HSV(B) 315.9º 0.83% 0.94% -
XYZ 45.66 23.63 49.17 -
YUV 116.56 167.76 216.05 -
System Red Green Blue C M Y K H S L
Decimal 240 40 187 0 0.83 0.22 0.06 315.9 0.87 0.55
Hex F0 28 BB 0 53 16 6 13C 57 37
Octal 360 50 273 0 123 26 6 474 127 67
Binary 11110000 101000 10111011 0 1010011 10110 110 100111100 1010111 110111

Color Harmonies of #F028BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F028BB

Black with #F028BB

Text Example


Text Example

White with #F028BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F028BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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