#F227AF

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

Shades of Spicy Pink #F227AF

Tints of Spicy Pink #F227AF

Color information

#F227AF (or 0xF227AF) is unknown color: approx Spicy Pink. HEX triplet: F2, 27 and AF. RGB value is (242,39,175). Sum of RGB (Red+Green+Blue) = 242+39+175=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 39 (15.62% from 255 or 8.55% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F227AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F227AF is #0DD850. Grayscale: #727272. Windows color (decimal): -907345 or 11479026. OLE color: 11479026.

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

Color convert

RGB24239175-
CMYK00.840.280.05
HSL319.8º88.65%55.1%-
HSV(B)319.8º83.88%94.9%-
XYZ45.0823.4242.7-
YUV115.2161.75218.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.07%
GREEN value IS 39 (15.62% from 255) = 8.55%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=53.07%
G=8.55%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2423917500.840.280.05319.888.6555.1
HexF227AF0541C51405937
Octal36247257012434550013167
Binary111100101001111010111101010100111001011010000001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F227AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F227AF; }

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

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

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

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

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

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

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

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