Html Css Color HEX #F27460 Bittersweet

📋 copy color: '#F27460'

red 242 ◦ green 116 ◦ blue 96

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

Shades of Bittersweet #F27460

Tints of Bittersweet #F27460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.55%

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

R = 53.3%
G = 25.55%
B = 21.15%

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

#F27460 (or 0xF27460) is known color: Bittersweet. HEX triplet: F2, 74 and 60. RGB value is (242,116,96). Sum of RGB (Red+Green+Blue) = 242+116+96=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F27460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27460 is #0D8B9F. Grayscale: #979797. Windows color (decimal): -887712 or 6321394. OLE color: 6321394.

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

Color convert

RGB 242 116 96 -
CMYK 0 0.52 0.60 0.05
HSL 8.22º 0.85% 0.66% -
HSV(B) 8.22º 0.6% 0.95% -
XYZ 44.97 32.21 14.91 -
YUV 151.39 96.74 192.63 -
System Red Green Blue C M Y K H S L
Decimal 242 116 96 0 0.52 0.60 0.05 8.22 0.85 0.66
Hex F2 74 60 0 34 3C 5 8 55 42
Octal 362 164 140 0 64 74 5 10 125 102
Binary 11110010 1110100 1100000 0 110100 111100 101 1000 1010101 1000010

Color Harmonies of #F27460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27460

Black with #F27460

Text Example


Text Example

White with #F27460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27460; }

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

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

background-color css

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

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

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

border-color css

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

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

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