Html Css Color HEX #FF615F Bittersweet

📋 copy color: '#FF615F'

red 255 ◦ green 97 ◦ blue 95

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

Shades of Bittersweet #FF615F

Tints of Bittersweet #FF615F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.7%

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

R = 57.05%
G = 21.7%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF615F (or 0xFF615F) is known color: Bittersweet. HEX triplet: FF, 61 and 5F. RGB value is (255,97,95). Sum of RGB (Red+Green+Blue) = 255+97+95=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF615F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF615F is #009EA0. Grayscale: #909090. Windows color (decimal): -40609 or 6251007. OLE color: 6251007.

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

Color convert

RGB 255 97 95 -
CMYK 0 0.62 0.63 0
HSL 0.75º 1% 0.69% -
HSV(B) 0.75º 0.63% 1% -
XYZ 47.58 30.64 14.23 -
YUV 144.01 100.35 207.16 -
System Red Green Blue C M Y K H S L
Decimal 255 97 95 0 0.62 0.63 0 0.75 1 0.69
Hex FF 61 5F 0 3E 3F 0 1 64 45
Octal 377 141 137 0 76 77 0 1 144 105
Binary 11111111 1100001 1011111 0 111110 111111 0 1 1100100 1000101

Color Harmonies of #FF615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF615F

Black with #FF615F

Text Example


Text Example

White with #FF615F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF615F; }

 p { color: rgb(255,97,95); }

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

background-color css

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

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

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

border-color css

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

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

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