#F26C6B

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

Shades of Bittersweet #F26C6B

Tints of Bittersweet #F26C6B

Color information

#F26C6B (or 0xF26C6B) is unknown color: approx Bittersweet. HEX triplet: F2, 6C and 6B. RGB value is (242,108,107). Sum of RGB (Red+Green+Blue) = 242+108+107=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26C6B is #0D9394. Grayscale: #949494. Windows color (decimal): -889749 or 7040242. OLE color: 7040242.

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

Color convert

RGB242108107-
CMYK00.550.560.05
HSL0.44º83.85%68.43%-
HSV(B)0.44º55.79%94.9%-
XYZ44.6330.6617.48-
YUV147.95104.89195.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.95%
GREEN value IS 108 (42.58% from 255) = 23.63%
BLUE value IS 107 (42.19% from 255) = 23.41%
R=52.95%
G=23.63%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210810700.550.560.050.4483.8568.43
HexF26C6B03738505444
Octal3621541530677050124104
Binary11110010110110011010110110111111000101010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26C6B; }

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

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

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

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

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

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

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

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