Html Css Color HEX #FF6C6C Bittersweet

📋 copy color: '#FF6C6C'

red 255 ◦ green 108 ◦ blue 108

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

Shades of Bittersweet #FF6C6C

Tints of Bittersweet #FF6C6C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.93%

 BLUE value IS 108 (42.58% from 255) = 22.93%

R = 54.14%
G = 22.93%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF6C6C (or 0xFF6C6C) is known color: Bittersweet. HEX triplet: FF, 6C and 6C. RGB value is (255,108,108). Sum of RGB (Red+Green+Blue) = 255+108+108=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C6C is #009393. Grayscale: #989898. Windows color (decimal): -37780 or 7105791. OLE color: 7105791.

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

Color convert

RGB 255 108 108 -
CMYK 0 0.58 0.58 0
HSL 1% 0.71% -
HSV(B) 0.58% 1% -
XYZ 49.31 33.07 17.97 -
YUV 151.95 103.2 201.5 -
System Red Green Blue C M Y K H S L
Decimal 255 108 108 0 0.58 0.58 0 0 1 0.71
Hex FF 6C 6C 0 3A 3A 0 0 64 47
Octal 377 154 154 0 72 72 0 0 144 107
Binary 11111111 1101100 1101100 0 111010 111010 0 0 1100100 1000111

Color Harmonies of #FF6C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C6C

Black with #FF6C6C

Text Example


Text Example

White with #FF6C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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