Html Css Color HEX #F2735F Bittersweet

📋 copy color: '#F2735F'

red 242 ◦ green 115 ◦ blue 95

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

Shades of Bittersweet #F2735F

Tints of Bittersweet #F2735F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.02%

R = 53.54%
G = 25.44%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2735F (or 0xF2735F) is known color: Bittersweet. HEX triplet: F2, 73 and 5F. RGB value is (242,115,95). Sum of RGB (Red+Green+Blue) = 242+115+95=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2735F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2735F is #0D8CA0. Grayscale: #969696. Windows color (decimal): -887969 or 6255602. OLE color: 6255602.

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

Color convert

RGB 242 115 95 -
CMYK 0 0.52 0.61 0.05
HSL 8.16º 0.85% 0.66% -
HSV(B) 8.16º 0.61% 0.95% -
XYZ 44.81 31.96 14.63 -
YUV 150.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 242 115 95 0 0.52 0.61 0.05 8.16 0.85 0.66
Hex F2 73 5F 0 34 3D 5 8 55 42
Octal 362 163 137 0 64 75 5 10 125 102
Binary 11110010 1110011 1011111 0 110100 111101 101 1000 1010101 1000010

Color Harmonies of #F2735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2735F

Black with #F2735F

Text Example


Text Example

White with #F2735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2735F; }

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

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

background-color css

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

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

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

border-color css

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

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

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