Html Css Color HEX #FF5F5D Bittersweet

📋 copy color: '#FF5F5D'

red 255 ◦ green 95 ◦ blue 93

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

Shades of Bittersweet #FF5F5D

Tints of Bittersweet #FF5F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.44%

 BLUE value IS 93 (36.72% from 255) = 20.99%

R = 57.56%
G = 21.44%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF5F5D (or 0xFF5F5D) is known color: Bittersweet. HEX triplet: FF, 5F and 5D. RGB value is (255,95,93). Sum of RGB (Red+Green+Blue) = 255+95+93=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5F5D is #00A0A2. Grayscale: #8E8E8E. Windows color (decimal): -41123 or 6119423. OLE color: 6119423.

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

Color convert

RGB 255 95 93 -
CMYK 0 0.63 0.64 0
HSL 0.74º 1% 0.68% -
HSV(B) 0.74º 0.64% 1% -
XYZ 47.31 30.23 13.7 -
YUV 142.61 100.01 208.16 -
System Red Green Blue C M Y K H S L
Decimal 255 95 93 0 0.63 0.64 0 0.74 1 0.68
Hex FF 5F 5D 0 3F 40 0 1 64 44
Octal 377 137 135 0 77 100 0 1 144 104
Binary 11111111 1011111 1011101 0 111111 1000000 0 1 1100100 1000100

Color Harmonies of #FF5F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5F5D

Black with #FF5F5D

Text Example


Text Example

White with #FF5F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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