Html Css Color HEX #F27960 Bittersweet

📋 copy color: '#F27960'

red 242 ◦ green 121 ◦ blue 96

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

Shades of Bittersweet #F27960

Tints of Bittersweet #F27960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.36%

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

R = 52.72%
G = 26.36%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F27960 (or 0xF27960) is known color: Bittersweet. HEX triplet: F2, 79 and 60. RGB value is (242,121,96). Sum of RGB (Red+Green+Blue) = 242+121+96=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F27960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27960 is #0D869F. Grayscale: #9A9A9A. Windows color (decimal): -886432 or 6322674. OLE color: 6322674.

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

Color convert

RGB 242 121 96 -
CMYK 0 0.50 0.60 0.05
HSL 10.27º 0.85% 0.66% -
HSV(B) 10.27º 0.6% 0.95% -
XYZ 45.57 33.4 15.11 -
YUV 154.33 95.09 190.53 -
System Red Green Blue C M Y K H S L
Decimal 242 121 96 0 0.50 0.60 0.05 10.27 0.85 0.66
Hex F2 79 60 0 32 3C 5 A 55 42
Octal 362 171 140 0 62 74 5 12 125 102
Binary 11110010 1111001 1100000 0 110010 111100 101 1010 1010101 1000010

Color Harmonies of #F27960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27960

Black with #F27960

Text Example


Text Example

White with #F27960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27960; }

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

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

background-color css

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

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

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

border-color css

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

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

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