#F27A63

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

Shades of Bittersweet #F27A63

Tints of Bittersweet #F27A63

Color information

#F27A63 (or 0xF27A63) is unknown color: approx Bittersweet. HEX triplet: F2, 7A and 63. RGB value is (242,122,99). Sum of RGB (Red+Green+Blue) = 242+122+99=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27A63 is #0D859C. Grayscale: #9B9B9B. Windows color (decimal): -886173 or 6519538. OLE color: 6519538.

HSL color Cylindrical-coordinate representation of color #F27A63: hue angle of 9.65º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F27A63 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB24212299-
CMYK00.500.590.05
HSL9.65º84.62%66.86%-
HSV(B)9.65º59.09%94.9%-
XYZ45.8333.715.89-
YUV155.2696.26189.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.27%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 99 (39.06% from 255) = 21.38%
R=52.27%
G=26.35%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421229900.500.590.059.6584.6266.86
HexF27A630323B5a5543
Octal36217214306273512125103
Binary11110010111101011000110110010111011101101010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27A63; }

 p { color: rgb(242,122,99); }

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

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

 a { background-color: rgb(242,122,99); }

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

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

 span { border-color: rgb(242,122,99); }

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