Html Css Color HEX #F6655F Bittersweet

📋 copy color: '#F6655F'

red 246 ◦ green 101 ◦ blue 95

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

Shades of Bittersweet #F6655F

Tints of Bittersweet #F6655F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.85%

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

R = 55.66%
G = 22.85%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F6655F (or 0xF6655F) is known color: Bittersweet. HEX triplet: F6, 65 and 5F. RGB value is (246,101,95). Sum of RGB (Red+Green+Blue) = 246+101+95=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F6655F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6655F is #099AA0. Grayscale: #8F8F8F. Windows color (decimal): -629409 or 6252022. OLE color: 6252022.

HSL color Cylindrical-coordinate representation of color #F6655F: hue angle of 2.38º 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 #F6655F is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 101 95 -
CMYK 0 0.59 0.61 0.04
HSL 2.38º 0.89% 0.67% -
HSV(B) 2.38º 0.61% 0.96% -
XYZ 44.73 29.73 14.21 -
YUV 143.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 246 101 95 0 0.59 0.61 0.04 2.38 0.89 0.67
Hex F6 65 5F 0 3B 3D 4 2 59 43
Octal 366 145 137 0 73 75 4 2 131 103
Binary 11110110 1100101 1011111 0 111011 111101 100 10 1011001 1000011

Color Harmonies of #F6655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6655F

Black with #F6655F

Text Example


Text Example

White with #F6655F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6655F; }

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

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

background-color css

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

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

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

border-color css

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

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

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