Html Css Color HEX #F27360 Bittersweet

📋 copy color: '#F27360'

red 242 ◦ green 115 ◦ blue 96

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

Shades of Bittersweet #F27360

Tints of Bittersweet #F27360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.39%

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

R = 53.42%
G = 25.39%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F27360 (or 0xF27360) is known color: Bittersweet. HEX triplet: F2, 73 and 60. RGB value is (242,115,96). Sum of RGB (Red+Green+Blue) = 242+115+96=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 96 (37.89% from 255 or 21.19% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F27360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27360 is #0D8C9F. Grayscale: #979797. Windows color (decimal): -887968 or 6321138. OLE color: 6321138.

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

Color convert

RGB 242 115 96 -
CMYK 0 0.52 0.60 0.05
HSL 7.81º 0.85% 0.66% -
HSV(B) 7.81º 0.6% 0.95% -
XYZ 44.86 31.98 14.88 -
YUV 150.81 97.08 193.04 -
System Red Green Blue C M Y K H S L
Decimal 242 115 96 0 0.52 0.60 0.05 7.81 0.85 0.66
Hex F2 73 60 0 34 3C 5 8 55 42
Octal 362 163 140 0 64 74 5 10 125 102
Binary 11110010 1110011 1100000 0 110100 111100 101 1000 1010101 1000010

Color Harmonies of #F27360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27360

Black with #F27360

Text Example


Text Example

White with #F27360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27360; }

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

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

background-color css

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

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

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

border-color css

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

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

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