Html Css Color HEX #FF7F61 Bittersweet

📋 copy color: '#FF7F61'

red 255 ◦ green 127 ◦ blue 97

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

Shades of Bittersweet #FF7F61

Tints of Bittersweet #FF7F61

RGB

 RED value IS 255 (100% from 255) = 53.24%

 GREEN value IS 127 (50% from 255) = 26.51%

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

R = 53.24%
G = 26.51%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF7F61 (or 0xFF7F61) is known color: Bittersweet. HEX triplet: FF, 7F and 61. RGB value is (255,127,97). Sum of RGB (Red+Green+Blue) = 255+127+97=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F61 is #00809E. Grayscale: #A2A2A2. Windows color (decimal): -32927 or 6389759. OLE color: 6389759.

HSL color Cylindrical-coordinate representation of color #FF7F61: hue angle of 11.39º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF7F61 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 255 127 97 -
CMYK 0 0.50 0.62 0
HSL 11.39º 1% 0.69% -
HSV(B) 11.39º 0.62% 1% -
XYZ 50.99 37.3 15.82 -
YUV 161.85 91.41 194.44 -
System Red Green Blue C M Y K H S L
Decimal 255 127 97 0 0.50 0.62 0 11.39 1 0.69
Hex FF 7F 61 0 32 3E 0 B 64 45
Octal 377 177 141 0 62 76 0 13 144 105
Binary 11111111 1111111 1100001 0 110010 111110 0 1011 1100100 1000101

Color Harmonies of #FF7F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7F61

Black with #FF7F61

Text Example


Text Example

White with #FF7F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7F61; }

 p { color: rgb(255,127,97); }

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

background-color css

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

 a { background-color: rgb(255,127,97); }

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

border-color css

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

 span { border-color: rgb(255,127,97); }

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