Html Css Color HEX #F027B2 Spicy Pink

📋 copy color: '#F027B2'

red 240 ◦ green 39 ◦ blue 178

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

Shades of Spicy Pink #F027B2

Tints of Spicy Pink #F027B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.95%

R = 52.52%
G = 8.53%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F027B2 (or 0xF027B2) is known color: Spicy Pink. HEX triplet: F0, 27 and B2. RGB value is (240,39,178). Sum of RGB (Red+Green+Blue) = 240+39+178=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 39 (15.62% from 255 or 8.53% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F027B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F027B2 is #0FD84D. Grayscale: #727272. Windows color (decimal): -1038414 or 11675632. OLE color: 11675632.

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

Color convert

RGB 240 39 178 -
CMYK 0 0.84 0.26 0.06
HSL 318.51º 0.87% 0.55% -
HSV(B) 318.51º 0.84% 0.94% -
XYZ 44.7 23.19 44.24 -
YUV 114.95 163.59 217.2 -
System Red Green Blue C M Y K H S L
Decimal 240 39 178 0 0.84 0.26 0.06 318.51 0.87 0.55
Hex F0 27 B2 0 54 1A 6 13F 57 37
Octal 360 47 262 0 124 32 6 477 127 67
Binary 11110000 100111 10110010 0 1010100 11010 110 100111111 1010111 110111

Color Harmonies of #F027B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F027B2

Black with #F027B2

Text Example


Text Example

White with #F027B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F027B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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