Html Css Color HEX #F27A61 Bittersweet

📋 copy color: '#F27A61'

red 242 ◦ green 122 ◦ blue 97

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

Shades of Bittersweet #F27A61

Tints of Bittersweet #F27A61

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.46%

 BLUE value IS 97 (38.28% from 255) = 21.04%

R = 52.49%
G = 26.46%
B = 21.04%

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

#F27A61 (or 0xF27A61) is known color: Bittersweet. HEX triplet: F2, 7A and 61. RGB value is (242,122,97). Sum of RGB (Red+Green+Blue) = 242+122+97=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27A61 is #0D859E. Grayscale: #9B9B9B. Windows color (decimal): -886175 or 6388466. OLE color: 6388466.

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

Color convert

RGB 242 122 97 -
CMYK 0 0.50 0.60 0.05
HSL 10.34º 0.85% 0.66% -
HSV(B) 10.34º 0.6% 0.95% -
XYZ 45.74 33.66 15.4 -
YUV 155.03 95.26 190.03 -
System Red Green Blue C M Y K H S L
Decimal 242 122 97 0 0.50 0.60 0.05 10.34 0.85 0.66
Hex F2 7A 61 0 32 3C 5 A 55 42
Octal 362 172 141 0 62 74 5 12 125 102
Binary 11110010 1111010 1100001 0 110010 111100 101 1010 1010101 1000010

Color Harmonies of #F27A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27A61

Black with #F27A61

Text Example


Text Example

White with #F27A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27A61; }

 p { color: rgb(242,122,97); }

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

background-color css

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

 a { background-color: rgb(242,122,97); }

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

border-color css

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

 span { border-color: rgb(242,122,97); }

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