Html Css Color HEX #FC6F5D Bittersweet

📋 copy color: '#FC6F5D'

red 252 ◦ green 111 ◦ blue 93

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

Shades of Bittersweet #FC6F5D

Tints of Bittersweet #FC6F5D

RGB

 RED value IS 252 (98.83% from 255) = 55.26%

 GREEN value IS 111 (43.75% from 255) = 24.34%

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

R = 55.26%
G = 24.34%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC6F5D (or 0xFC6F5D) is known color: Bittersweet. HEX triplet: FC, 6F and 5D. RGB value is (252,111,93). Sum of RGB (Red+Green+Blue) = 252+111+93=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6F5D is #0390A2. Grayscale: #979797. Windows color (decimal): -233635 or 6123516. OLE color: 6123516.

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

Color convert

RGB 252 111 93 -
CMYK 0 0.56 0.63 0.01
HSL 6.79º 0.96% 0.68% -
HSV(B) 6.79º 0.63% 0.99% -
XYZ 47.81 32.85 14.18 -
YUV 151.11 95.21 199.96 -
System Red Green Blue C M Y K H S L
Decimal 252 111 93 0 0.56 0.63 0.01 6.79 0.96 0.68
Hex FC 6F 5D 0 38 3F 1 7 60 44
Octal 374 157 135 0 70 77 1 7 140 104
Binary 11111100 1101111 1011101 0 111000 111111 1 111 1100000 1000100

Color Harmonies of #FC6F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F5D

Black with #FC6F5D

Text Example


Text Example

White with #FC6F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F5D; }

 p { color: rgb(252,111,93); }

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

background-color css

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

 a { background-color: rgb(252,111,93); }

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

border-color css

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

 span { border-color: rgb(252,111,93); }

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