Html Css Color HEX #FD7066 Bittersweet

📋 copy color: '#FD7066'

red 253 ◦ green 112 ◦ blue 102

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

Shades of Bittersweet #FD7066

Tints of Bittersweet #FD7066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.98%

 BLUE value IS 102 (40.23% from 255) = 21.84%

R = 54.18%
G = 23.98%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD7066 (or 0xFD7066) is known color: Bittersweet. HEX triplet: FD, 70 and 66. RGB value is (253,112,102). Sum of RGB (Red+Green+Blue) = 253+112+102=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7066 is #028F99. Grayscale: #999999. Windows color (decimal): -167834 or 6713597. OLE color: 6713597.

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

Color convert

RGB 253 112 102 -
CMYK 0 0.56 0.60 0.01
HSL 3.97º 0.97% 0.7% -
HSV(B) 3.97º 0.6% 0.99% -
XYZ 48.7 33.43 16.46 -
YUV 153.02 99.21 199.31 -
System Red Green Blue C M Y K H S L
Decimal 253 112 102 0 0.56 0.60 0.01 3.97 0.97 0.7
Hex FD 70 66 0 38 3C 1 4 61 46
Octal 375 160 146 0 70 74 1 4 141 106
Binary 11111101 1110000 1100110 0 111000 111100 1 100 1100001 1000110

Color Harmonies of #FD7066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7066

Black with #FD7066

Text Example


Text Example

White with #FD7066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7066; }

 p { color: rgb(253,112,102); }

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

background-color css

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

 a { background-color: rgb(253,112,102); }

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

border-color css

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

 span { border-color: rgb(253,112,102); }

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