#F227B0

Color #F227B0 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #F227B0

Tints of Spicy Pink #F227B0

Color information

#F227B0 (or 0xF227B0) is unknown color: approx Spicy Pink. HEX triplet: F2, 27 and B0. RGB value is (242,39,176). Sum of RGB (Red+Green+Blue) = 242+39+176=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 39 (15.62% from 255 or 8.53% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F227B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F227B0 is #0DD84F. Grayscale: #727272. Windows color (decimal): -907344 or 11544562. OLE color: 11544562.

HSL color Cylindrical-coordinate representation of color #F227B0: hue angle of 319.51º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F227B0 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB24239176-
CMYK00.840.270.05
HSL319.51º88.65%55.1%-
HSV(B)319.51º83.88%94.9%-
XYZ45.1823.4643.22-
YUV115.32162.25218.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.95%
GREEN value IS 39 (15.62% from 255) = 8.53%
BLUE value IS 176 (69.14% from 255) = 38.51%
R=52.95%
G=8.53%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2423917600.840.270.05319.5188.6555.1
HexF227B00541B51405937
Octal36247260012433550013167
Binary111100101001111011000001010100110111011010000001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F227B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F227B0; }

 p { color: rgb(242,39,176); }

 H1.HeaderClassName
 {
   color: #F227B0;
 }
 .AnyTagClassName
 {
   color: #F227B0;
 }
</style>
background-color css

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

 a { background-color: rgb(242,39,176); }

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

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

 span { border-color: rgb(242,39,176); }

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