Html Css Color HEX #FD7465 Bittersweet

📋 copy color: '#FD7465'

red 253 ◦ green 116 ◦ blue 101

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

Shades of Bittersweet #FD7465

Tints of Bittersweet #FD7465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.49%

R = 53.83%
G = 24.68%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD7465 (or 0xFD7465) is known color: Bittersweet. HEX triplet: FD, 74 and 65. RGB value is (253,116,101). Sum of RGB (Red+Green+Blue) = 253+116+101=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7465 is #028B9A. Grayscale: #9B9B9B. Windows color (decimal): -166811 or 6649085. OLE color: 6649085.

HSL color Cylindrical-coordinate representation of color #FD7465: hue angle of 5.92º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD7465 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 116 101 -
CMYK 0 0.54 0.60 0.01
HSL 5.92º 0.97% 0.69% -
HSV(B) 5.92º 0.6% 0.99% -
XYZ 49.1 34.31 16.35 -
YUV 155.25 97.39 197.72 -
System Red Green Blue C M Y K H S L
Decimal 253 116 101 0 0.54 0.60 0.01 5.92 0.97 0.69
Hex FD 74 65 0 36 3C 1 6 61 45
Octal 375 164 145 0 66 74 1 6 141 105
Binary 11111101 1110100 1100101 0 110110 111100 1 110 1100001 1000101

Color Harmonies of #FD7465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7465

Black with #FD7465

Text Example


Text Example

White with #FD7465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7465; }

 p { color: rgb(253,116,101); }

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

background-color css

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

 a { background-color: rgb(253,116,101); }

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

border-color css

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

 span { border-color: rgb(253,116,101); }

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