Html Css Color HEX #F2735B Bittersweet

📋 copy color: '#F2735B'

red 242 ◦ green 115 ◦ blue 91

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

Shades of Bittersweet #F2735B

Tints of Bittersweet #F2735B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.31%

R = 54.02%
G = 25.67%
B = 20.31%

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

#F2735B (or 0xF2735B) is known color: Bittersweet. HEX triplet: F2, 73 and 5B. RGB value is (242,115,91). Sum of RGB (Red+Green+Blue) = 242+115+91=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2735B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2735B is #0D8CA4. Grayscale: #969696. Windows color (decimal): -887973 or 5993458. OLE color: 5993458.

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

Color convert

RGB 242 115 91 -
CMYK 0 0.52 0.62 0.05
HSL 9.54º 0.85% 0.65% -
HSV(B) 9.54º 0.62% 0.95% -
XYZ 44.64 31.89 13.7 -
YUV 150.24 94.58 193.45 -
System Red Green Blue C M Y K H S L
Decimal 242 115 91 0 0.52 0.62 0.05 9.54 0.85 0.65
Hex F2 73 5B 0 34 3E 5 A 55 41
Octal 362 163 133 0 64 76 5 12 125 101
Binary 11110010 1110011 1011011 0 110100 111110 101 1010 1010101 1000001

Color Harmonies of #F2735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2735B

Black with #F2735B

Text Example


Text Example

White with #F2735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2735B; }

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

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

background-color css

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

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

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

border-color css

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

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

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