#F26C66

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

Shades of Bittersweet #F26C66

Tints of Bittersweet #F26C66

Color information

#F26C66 (or 0xF26C66) is unknown color: approx Bittersweet. HEX triplet: F2, 6C and 66. RGB value is (242,108,102). Sum of RGB (Red+Green+Blue) = 242+108+102=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26C66 is #0D9399. Grayscale: #939393. Windows color (decimal): -889754 or 6712562. OLE color: 6712562.

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

Color convert

RGB242108102-
CMYK00.550.580.05
HSL2.57º84.34%67.45%-
HSV(B)2.57º57.85%94.9%-
XYZ44.3830.5616.13-
YUV147.38102.39195.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.54%
GREEN value IS 108 (42.58% from 255) = 23.89%
BLUE value IS 102 (40.23% from 255) = 22.57%
R=53.54%
G=23.89%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210810200.550.580.052.5784.3467.45
HexF26C660373A535443
Octal3621541460677253124103
Binary111100101101100110011001101111110101011110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26C66; }

 p { color: rgb(242,108,102); }

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

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

 a { background-color: rgb(242,108,102); }

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

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

 span { border-color: rgb(242,108,102); }

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