Html Css Color HEX #F7705F Bittersweet

📋 copy color: '#F7705F'

red 247 ◦ green 112 ◦ blue 95

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

Shades of Bittersweet #F7705F

Tints of Bittersweet #F7705F

RGB

 RED value IS 247 (96.88% from 255) = 54.41%

 GREEN value IS 112 (44.14% from 255) = 24.67%

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

R = 54.41%
G = 24.67%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7705F (or 0xF7705F) is known color: Bittersweet. HEX triplet: F7, 70 and 5F. RGB value is (247,112,95). Sum of RGB (Red+Green+Blue) = 247+112+95=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F7705F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7705F is #088FA0. Grayscale: #969696. Windows color (decimal): -561057 or 6254839. OLE color: 6254839.

HSL color Cylindrical-coordinate representation of color #F7705F: hue angle of 6.71º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F7705F is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 112 95 -
CMYK 0 0.55 0.62 0.03
HSL 6.71º 0.9% 0.67% -
HSV(B) 6.71º 0.62% 0.97% -
XYZ 46.22 32.19 14.6 -
YUV 150.43 96.73 196.88 -
System Red Green Blue C M Y K H S L
Decimal 247 112 95 0 0.55 0.62 0.03 6.71 0.9 0.67
Hex F7 70 5F 0 37 3E 3 7 5A 43
Octal 367 160 137 0 67 76 3 7 132 103
Binary 11110111 1110000 1011111 0 110111 111110 11 111 1011010 1000011

Color Harmonies of #F7705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7705F

Black with #F7705F

Text Example


Text Example

White with #F7705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7705F; }

 p { color: rgb(247,112,95); }

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

background-color css

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

 a { background-color: rgb(247,112,95); }

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

border-color css

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

 span { border-color: rgb(247,112,95); }

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