Html Css Color HEX #F026BC Spicy Pink

📋 copy color: '#F026BC'

red 240 ◦ green 38 ◦ blue 188

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

Shades of Spicy Pink #F026BC

Tints of Spicy Pink #F026BC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.15%

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 51.5%
G = 8.15%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F026BC (or 0xF026BC) is known color: Spicy Pink. HEX triplet: F0, 26 and BC. RGB value is (240,38,188). Sum of RGB (Red+Green+Blue) = 240+38+188=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 38 (15.23% from 255 or 8.15% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F026BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F026BC is #0FD943. Grayscale: #737373. Windows color (decimal): -1038660 or 12330736. OLE color: 12330736.

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

Color convert

RGB 240 38 188 -
CMYK 0 0.84 0.22 0.06
HSL 315.45º 0.87% 0.55% -
HSV(B) 315.45º 0.84% 0.94% -
XYZ 45.71 23.54 49.71 -
YUV 115.5 168.92 216.8 -
System Red Green Blue C M Y K H S L
Decimal 240 38 188 0 0.84 0.22 0.06 315.45 0.87 0.55
Hex F0 26 BC 0 54 16 6 13B 57 37
Octal 360 46 274 0 124 26 6 473 127 67
Binary 11110000 100110 10111100 0 1010100 10110 110 100111011 1010111 110111

Color Harmonies of #F026BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F026BC

Black with #F026BC

Text Example


Text Example

White with #F026BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F026BC; }

 p { color: rgb(240,38,188); }

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

background-color css

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

 a { background-color: rgb(240,38,188); }

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

border-color css

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

 span { border-color: rgb(240,38,188); }

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