Html Css Color HEX #FF6E6E Bittersweet

📋 copy color: '#FF6E6E'

red 255 ◦ green 110 ◦ blue 110

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

Shades of Bittersweet #FF6E6E

Tints of Bittersweet #FF6E6E

RGB

 RED value IS 255 (100% from 255) = 53.68%

 GREEN value IS 110 (43.36% from 255) = 23.16%

 BLUE value IS 110 (43.36% from 255) = 23.16%

R = 53.68%
G = 23.16%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FF6E6E (or 0xFF6E6E) is known color: Bittersweet. HEX triplet: FF, 6E and 6E. RGB value is (255,110,110). Sum of RGB (Red+Green+Blue) = 255+110+110=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6E6E is #009191. Grayscale: #999999. Windows color (decimal): -37266 or 7237375. OLE color: 7237375.

HSL color Cylindrical-coordinate representation of color #FF6E6E: hue angle of 0º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6E6E is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB 255 110 110 -
CMYK 0 0.57 0.57 0
HSL 1% 0.72% -
HSV(B) 0.57% 1% -
XYZ 49.63 33.54 18.61 -
YUV 153.36 103.54 200.5 -
System Red Green Blue C M Y K H S L
Decimal 255 110 110 0 0.57 0.57 0 0 1 0.72
Hex FF 6E 6E 0 39 39 0 0 64 48
Octal 377 156 156 0 71 71 0 0 144 110
Binary 11111111 1101110 1101110 0 111001 111001 0 0 1100100 1001000

Color Harmonies of #FF6E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6E6E

Black with #FF6E6E

Text Example


Text Example

White with #FF6E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6E6E; }

 p { color: rgb(255,110,110); }

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

background-color css

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

 a { background-color: rgb(255,110,110); }

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

border-color css

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

 span { border-color: rgb(255,110,110); }

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