Html Css Color HEX #F26F60 Bittersweet

📋 copy color: '#F26F60'

red 242 ◦ green 111 ◦ blue 96

#F26F60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bittersweet #F26F60

Tints of Bittersweet #F26F60

RGB

 RED value IS 242 (94.92% from 255) = 53.9%

 GREEN value IS 111 (43.75% from 255) = 24.72%

 BLUE value IS 96 (37.89% from 255) = 21.38%

R = 53.9%
G = 24.72%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F26F60 (or 0xF26F60) is known color: Bittersweet. HEX triplet: F2, 6F and 60. RGB value is (242,111,96). Sum of RGB (Red+Green+Blue) = 242+111+96=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26F60 is #0D909F. Grayscale: #949494. Windows color (decimal): -888992 or 6320114. OLE color: 6320114.

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

Color convert

RGB 242 111 96 -
CMYK 0 0.54 0.60 0.05
HSL 6.16º 0.85% 0.66% -
HSV(B) 6.16º 0.6% 0.95% -
XYZ 44.41 31.09 14.73 -
YUV 148.46 98.4 194.72 -
System Red Green Blue C M Y K H S L
Decimal 242 111 96 0 0.54 0.60 0.05 6.16 0.85 0.66
Hex F2 6F 60 0 36 3C 5 6 55 42
Octal 362 157 140 0 66 74 5 6 125 102
Binary 11110010 1101111 1100000 0 110110 111100 101 110 1010101 1000010

Color Harmonies of #F26F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26F60

Black with #F26F60

Text Example


Text Example

White with #F26F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26F60; }

 p { color: rgb(242,111,96); }

 H1.HeaderClassName
 {
   color: #F26F60;
 }
 .AnyTagClassName
 {
   color: #F26F60;
 }
</style>

background-color css

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

 a { background-color: rgb(242,111,96); }

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

border-color css

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

 span { border-color: rgb(242,111,96); }

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