Html Css Color HEX #FF5F5C Bittersweet

📋 copy color: '#FF5F5C'

red 255 ◦ green 95 ◦ blue 92

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

Shades of Bittersweet #FF5F5C

Tints of Bittersweet #FF5F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.81%

R = 57.69%
G = 21.49%
B = 20.81%

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

#FF5F5C (or 0xFF5F5C) is known color: Bittersweet. HEX triplet: FF, 5F and 5C. RGB value is (255,95,92). Sum of RGB (Red+Green+Blue) = 255+95+92=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5F5C is #00A0A3. Grayscale: #8E8E8E. Windows color (decimal): -41124 or 6053887. OLE color: 6053887.

HSL color Cylindrical-coordinate representation of color #FF5F5C: hue angle of 1.1º 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 #FF5F5C is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 255 95 92 -
CMYK 0 0.63 0.64 0
HSL 1.1º 1% 0.68% -
HSV(B) 1.1º 0.64% 1% -
XYZ 47.26 30.22 13.47 -
YUV 142.5 99.51 208.24 -
System Red Green Blue C M Y K H S L
Decimal 255 95 92 0 0.63 0.64 0 1.1 1 0.68
Hex FF 5F 5C 0 3F 40 0 1 64 44
Octal 377 137 134 0 77 100 0 1 144 104
Binary 11111111 1011111 1011100 0 111111 1000000 0 1 1100100 1000100

Color Harmonies of #FF5F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5F5C

Black with #FF5F5C

Text Example


Text Example

White with #FF5F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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