#F27361

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

Shades of Bittersweet #F27361

Tints of Bittersweet #F27361

Color information

#F27361 (or 0xF27361) is unknown color: approx Bittersweet. HEX triplet: F2, 73 and 61. RGB value is (242,115,97). Sum of RGB (Red+Green+Blue) = 242+115+97=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F27361 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27361 is #0D8C9E. Grayscale: #979797. Windows color (decimal): -887967 or 6386674. OLE color: 6386674.

HSL color Cylindrical-coordinate representation of color #F27361: hue angle of 7.45º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F27361 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24211597-
CMYK00.520.600.05
HSL7.45º84.8%66.47%-
HSV(B)7.45º59.92%94.9%-
XYZ44.913215.12-
YUV150.9297.58192.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.30%
GREEN value IS 115 (45.31% from 255) = 25.33%
BLUE value IS 97 (38.28% from 255) = 21.37%
R=53.30%
G=25.33%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421159700.520.600.057.4584.866.47
HexF273610343C575542
Octal3621631410647457125102
Binary1111001011100111100001011010011110010111110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27361; }

 p { color: rgb(242,115,97); }

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

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

 a { background-color: rgb(242,115,97); }

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

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

 span { border-color: rgb(242,115,97); }

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