Html Css Color HEX #F6645C Bittersweet

📋 copy color: '#F6645C'

red 246 ◦ green 100 ◦ blue 92

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

Shades of Bittersweet #F6645C

Tints of Bittersweet #F6645C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.83%

 BLUE value IS 92 (36.33% from 255) = 21%

R = 56.16%
G = 22.83%
B = 21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F6645C (or 0xF6645C) is known color: Bittersweet. HEX triplet: F6, 64 and 5C. RGB value is (246,100,92). Sum of RGB (Red+Green+Blue) = 246+100+92=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F6645C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6645C is #099BA3. Grayscale: #8E8E8E. Windows color (decimal): -629668 or 6055158. OLE color: 6055158.

HSL color Cylindrical-coordinate representation of color #F6645C: hue angle of 3.12º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6645C is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 100 92 -
CMYK 0 0.59 0.63 0.04
HSL 3.12º 0.9% 0.66% -
HSV(B) 3.12º 0.63% 0.96% -
XYZ 44.49 29.48 13.47 -
YUV 142.74 99.37 201.65 -
System Red Green Blue C M Y K H S L
Decimal 246 100 92 0 0.59 0.63 0.04 3.12 0.9 0.66
Hex F6 64 5C 0 3B 3F 4 3 5A 42
Octal 366 144 134 0 73 77 4 3 132 102
Binary 11110110 1100100 1011100 0 111011 111111 100 11 1011010 1000010

Color Harmonies of #F6645C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6645C

Black with #F6645C

Text Example


Text Example

White with #F6645C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6645C; }

 p { color: rgb(246,100,92); }

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

background-color css

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

 a { background-color: rgb(246,100,92); }

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

border-color css

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

 span { border-color: rgb(246,100,92); }

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