Html Css Color HEX #F3755D Bittersweet

📋 copy color: '#F3755D'

red 243 ◦ green 117 ◦ blue 93

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

Shades of Bittersweet #F3755D

Tints of Bittersweet #F3755D

RGB

 RED value IS 243 (95.31% from 255) = 53.64%

 GREEN value IS 117 (46.09% from 255) = 25.83%

 BLUE value IS 93 (36.72% from 255) = 20.53%

R = 53.64%
G = 25.83%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F3755D (or 0xF3755D) is known color: Bittersweet. HEX triplet: F3, 75 and 5D. RGB value is (243,117,93). Sum of RGB (Red+Green+Blue) = 243+117+93=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F3755D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F3755D is #0C8AA2. Grayscale: #989898. Windows color (decimal): -821923 or 6125043. OLE color: 6125043.

HSL color Cylindrical-coordinate representation of color #F3755D: hue angle of 9.6º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F3755D is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 117 93 -
CMYK 0 0.52 0.62 0.05
HSL 9.6º 0.86% 0.66% -
HSV(B) 9.6º 0.62% 0.95% -
XYZ 45.3 32.57 14.25 -
YUV 151.94 94.74 192.95 -
System Red Green Blue C M Y K H S L
Decimal 243 117 93 0 0.52 0.62 0.05 9.6 0.86 0.66
Hex F3 75 5D 0 34 3E 5 A 56 42
Octal 363 165 135 0 64 76 5 12 126 102
Binary 11110011 1110101 1011101 0 110100 111110 101 1010 1010110 1000010

Color Harmonies of #F3755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3755D

Black with #F3755D

Text Example


Text Example

White with #F3755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3755D; }

 p { color: rgb(243,117,93); }

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

background-color css

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

 a { background-color: rgb(243,117,93); }

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

border-color css

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

 span { border-color: rgb(243,117,93); }

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