Html Css Color HEX #FF6966 Bittersweet

📋 copy color: '#FF6966'

red 255 ◦ green 105 ◦ blue 102

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

Shades of Bittersweet #FF6966

Tints of Bittersweet #FF6966

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.73%

 BLUE value IS 102 (40.23% from 255) = 22.08%

R = 55.19%
G = 22.73%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FF6966 (or 0xFF6966) is known color: Bittersweet. HEX triplet: FF, 69 and 66. RGB value is (255,105,102). Sum of RGB (Red+Green+Blue) = 255+105+102=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6966 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6966 is #009699. Grayscale: #959595. Windows color (decimal): -38554 or 6711807. OLE color: 6711807.

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

Color convert

RGB 255 105 102 -
CMYK 0 0.59 0.6 0
HSL 1.18º 1% 0.7% -
HSV(B) 1.18º 0.6% 1% -
XYZ 48.69 32.32 16.24 -
YUV 149.51 101.2 203.24 -
System Red Green Blue C M Y K H S L
Decimal 255 105 102 0 0.59 0.6 0 1.18 1 0.7
Hex FF 69 66 0 3B 3C 0 1 64 46
Octal 377 151 146 0 73 74 0 1 144 106
Binary 11111111 1101001 1100110 0 111011 111100 0 1 1100100 1000110

Color Harmonies of #FF6966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6966

Black with #FF6966

Text Example


Text Example

White with #FF6966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6966; }

 p { color: rgb(255,105,102); }

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

background-color css

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

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

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

border-color css

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

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

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