Html Css Color HEX #F2735D Bittersweet

📋 copy color: '#F2735D'

red 242 ◦ green 115 ◦ blue 93

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

Shades of Bittersweet #F2735D

Tints of Bittersweet #F2735D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.56%

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

R = 53.78%
G = 25.56%
B = 20.67%

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

#F2735D (or 0xF2735D) is known color: Bittersweet. HEX triplet: F2, 73 and 5D. RGB value is (242,115,93). Sum of RGB (Red+Green+Blue) = 242+115+93=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2735D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2735D is #0D8CA2. Grayscale: #969696. Windows color (decimal): -887971 or 6124530. OLE color: 6124530.

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

Color convert

RGB 242 115 93 -
CMYK 0 0.52 0.62 0.05
HSL 8.86º 0.85% 0.66% -
HSV(B) 8.86º 0.62% 0.95% -
XYZ 44.72 31.93 14.16 -
YUV 150.47 95.58 193.29 -
System Red Green Blue C M Y K H S L
Decimal 242 115 93 0 0.52 0.62 0.05 8.86 0.85 0.66
Hex F2 73 5D 0 34 3E 5 9 55 42
Octal 362 163 135 0 64 76 5 11 125 102
Binary 11110010 1110011 1011101 0 110100 111110 101 1001 1010101 1000010

Color Harmonies of #F2735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2735D

Black with #F2735D

Text Example


Text Example

White with #F2735D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2735D; }

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

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

background-color css

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

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

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

border-color css

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

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

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