Html Css Color HEX #FF6764 Bittersweet

📋 copy color: '#FF6764'

red 255 ◦ green 103 ◦ blue 100

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

Shades of Bittersweet #FF6764

Tints of Bittersweet #FF6764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.49%

 BLUE value IS 100 (39.45% from 255) = 21.83%

R = 55.68%
G = 22.49%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF6764 (or 0xFF6764) is known color: Bittersweet. HEX triplet: FF, 67 and 64. RGB value is (255,103,100). Sum of RGB (Red+Green+Blue) = 255+103+100=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6764 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6764 is #00989B. Grayscale: #949494. Windows color (decimal): -39068 or 6580223. OLE color: 6580223.

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

Color convert

RGB 255 103 100 -
CMYK 0 0.60 0.61 0
HSL 1.16º 1% 0.7% -
HSV(B) 1.16º 0.61% 1% -
XYZ 48.39 31.88 15.66 -
YUV 148.11 100.86 204.24 -
System Red Green Blue C M Y K H S L
Decimal 255 103 100 0 0.60 0.61 0 1.16 1 0.7
Hex FF 67 64 0 3C 3D 0 1 64 46
Octal 377 147 144 0 74 75 0 1 144 106
Binary 11111111 1100111 1100100 0 111100 111101 0 1 1100100 1000110

Color Harmonies of #FF6764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6764

Black with #FF6764

Text Example


Text Example

White with #FF6764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6764; }

 p { color: rgb(255,103,100); }

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

background-color css

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

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

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

border-color css

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

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

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