Html Css Color HEX #F6675F Bittersweet

📋 copy color: '#F6675F'

red 246 ◦ green 103 ◦ blue 95

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

Shades of Bittersweet #F6675F

Tints of Bittersweet #F6675F

RGB

 RED value IS 246 (96.48% from 255) = 55.41%

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

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

R = 55.41%
G = 23.2%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F6675F (or 0xF6675F) is known color: Bittersweet. HEX triplet: F6, 67 and 5F. RGB value is (246,103,95). Sum of RGB (Red+Green+Blue) = 246+103+95=444 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.41% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 246 - color contains mainly: red. Hex color #F6675F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6675F is #0998A0. Grayscale: #919191. Windows color (decimal): -628897 or 6252534. OLE color: 6252534.

HSL color Cylindrical-coordinate representation of color #F6675F: hue angle of 3.18º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F6675F is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 103 95 -
CMYK 0 0.58 0.61 0.04
HSL 3.18º 0.89% 0.67% -
HSV(B) 3.18º 0.61% 0.96% -
XYZ 44.92 30.12 14.27 -
YUV 144.85 99.88 200.15 -
System Red Green Blue C M Y K H S L
Decimal 246 103 95 0 0.58 0.61 0.04 3.18 0.89 0.67
Hex F6 67 5F 0 3A 3D 4 3 59 43
Octal 366 147 137 0 72 75 4 3 131 103
Binary 11110110 1100111 1011111 0 111010 111101 100 11 1011001 1000011

Color Harmonies of #F6675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6675F

Black with #F6675F

Text Example


Text Example

White with #F6675F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6675F; }

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

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

background-color css

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

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

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

border-color css

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

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

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