Html Css Color HEX #F027BC Spicy Pink

📋 copy color: '#F027BC'

red 240 ◦ green 39 ◦ blue 188

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

Shades of Spicy Pink #F027BC

Tints of Spicy Pink #F027BC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.35%

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

R = 51.39%
G = 8.35%
B = 40.26%

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

#F027BC (or 0xF027BC) is known color: Spicy Pink. HEX triplet: F0, 27 and BC. RGB value is (240,39,188). Sum of RGB (Red+Green+Blue) = 240+39+188=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 39 (15.62% from 255 or 8.35% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F027BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F027BC is #0FD843. Grayscale: #737373. Windows color (decimal): -1038404 or 12330992. OLE color: 12330992.

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

Color convert

RGB 240 39 188 -
CMYK 0 0.84 0.22 0.06
HSL 315.52º 0.87% 0.55% -
HSV(B) 315.52º 0.84% 0.94% -
XYZ 45.74 23.61 49.72 -
YUV 116.09 168.59 216.38 -
System Red Green Blue C M Y K H S L
Decimal 240 39 188 0 0.84 0.22 0.06 315.52 0.87 0.55
Hex F0 27 BC 0 54 16 6 13C 57 37
Octal 360 47 274 0 124 26 6 474 127 67
Binary 11110000 100111 10111100 0 1010100 10110 110 100111100 1010111 110111

Color Harmonies of #F027BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F027BC

Black with #F027BC

Text Example


Text Example

White with #F027BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F027BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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