Html Css Color HEX #F7675F Bittersweet

📋 copy color: '#F7675F'

red 247 ◦ green 103 ◦ blue 95

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

Shades of Bittersweet #F7675F

Tints of Bittersweet #F7675F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.15%

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

R = 55.51%
G = 23.15%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F7675F (or 0xF7675F) is known color: Bittersweet. HEX triplet: F7, 67 and 5F. RGB value is (247,103,95). Sum of RGB (Red+Green+Blue) = 247+103+95=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F7675F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7675F is #0898A0. Grayscale: #919191. Windows color (decimal): -563361 or 6252535. OLE color: 6252535.

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

Color convert

RGB 247 103 95 -
CMYK 0 0.58 0.62 0.03
HSL 3.16º 0.9% 0.67% -
HSV(B) 3.16º 0.62% 0.97% -
XYZ 45.27 30.3 14.29 -
YUV 145.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 247 103 95 0 0.58 0.62 0.03 3.16 0.9 0.67
Hex F7 67 5F 0 3A 3E 3 3 5A 43
Octal 367 147 137 0 72 76 3 3 132 103
Binary 11110111 1100111 1011111 0 111010 111110 11 11 1011010 1000011

Color Harmonies of #F7675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7675F

Black with #F7675F

Text Example


Text Example

White with #F7675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7675F; }

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

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

background-color css

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

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

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

border-color css

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

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

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