Html Css Color HEX #FD7260 Bittersweet

📋 copy color: '#FD7260'

red 253 ◦ green 114 ◦ blue 96

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

Shades of Bittersweet #FD7260

Tints of Bittersweet #FD7260

RGB

 RED value IS 253 (99.22% from 255) = 54.64%

 GREEN value IS 114 (44.92% from 255) = 24.62%

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

R = 54.64%
G = 24.62%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FD7260 (or 0xFD7260) is known color: Bittersweet. HEX triplet: FD, 72 and 60. RGB value is (253,114,96). Sum of RGB (Red+Green+Blue) = 253+114+96=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7260 is #028D9F. Grayscale: #999999. Windows color (decimal): -167328 or 6320893. OLE color: 6320893.

HSL color Cylindrical-coordinate representation of color #FD7260: hue angle of 6.88º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD7260 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 114 96 -
CMYK 0 0.55 0.62 0.01
HSL 6.88º 0.98% 0.68% -
HSV(B) 6.88º 0.62% 0.99% -
XYZ 48.64 33.76 15.02 -
YUV 153.51 95.55 198.96 -
System Red Green Blue C M Y K H S L
Decimal 253 114 96 0 0.55 0.62 0.01 6.88 0.98 0.68
Hex FD 72 60 0 37 3E 1 7 62 44
Octal 375 162 140 0 67 76 1 7 142 104
Binary 11111101 1110010 1100000 0 110111 111110 1 111 1100010 1000100

Color Harmonies of #FD7260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7260

Black with #FD7260

Text Example


Text Example

White with #FD7260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7260; }

 p { color: rgb(253,114,96); }

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

background-color css

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

 a { background-color: rgb(253,114,96); }

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

border-color css

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

 span { border-color: rgb(253,114,96); }

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