Html Css Color HEX #F2755D Bittersweet

📋 copy color: '#F2755D'

red 242 ◦ green 117 ◦ blue 93

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

Shades of Bittersweet #F2755D

Tints of Bittersweet #F2755D

RGB

 RED value IS 242 (94.92% from 255) = 53.54%

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

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

R = 53.54%
G = 25.88%
B = 20.58%

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

#F2755D (or 0xF2755D) is known color: Bittersweet. HEX triplet: F2, 75 and 5D. RGB value is (242,117,93). Sum of RGB (Red+Green+Blue) = 242+117+93=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2755D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2755D is #0D8AA2. Grayscale: #979797. Windows color (decimal): -887459 or 6125042. OLE color: 6125042.

HSL color Cylindrical-coordinate representation of color #F2755D: hue angle of 9.66º degrees, saturation: 0.85, 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 #F2755D is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 117 93 -
CMYK 0 0.52 0.62 0.05
HSL 9.66º 0.85% 0.66% -
HSV(B) 9.66º 0.62% 0.95% -
XYZ 44.96 32.39 14.24 -
YUV 151.64 94.91 192.45 -
System Red Green Blue C M Y K H S L
Decimal 242 117 93 0 0.52 0.62 0.05 9.66 0.85 0.66
Hex F2 75 5D 0 34 3E 5 A 55 42
Octal 362 165 135 0 64 76 5 12 125 102
Binary 11110010 1110101 1011101 0 110100 111110 101 1010 1010101 1000010

Color Harmonies of #F2755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2755D

Black with #F2755D

Text Example


Text Example

White with #F2755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2755D; }

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

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

background-color css

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

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

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

border-color css

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

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

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