Html Css Color HEX #FC6761 Bittersweet

📋 copy color: '#FC6761'

red 252 ◦ green 103 ◦ blue 97

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

Shades of Bittersweet #FC6761

Tints of Bittersweet #FC6761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.46%

R = 55.75%
G = 22.79%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC6761 (or 0xFC6761) is known color: Bittersweet. HEX triplet: FC, 67 and 61. RGB value is (252,103,97). Sum of RGB (Red+Green+Blue) = 252+103+97=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6761 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6761 is #03989E. Grayscale: #939393. Windows color (decimal): -235679 or 6383612. OLE color: 6383612.

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

Color convert

RGB 252 103 97 -
CMYK 0 0.59 0.62 0.01
HSL 2.32º 0.96% 0.68% -
HSV(B) 2.32º 0.62% 0.99% -
XYZ 47.15 31.26 14.86 -
YUV 146.87 99.86 202.99 -
System Red Green Blue C M Y K H S L
Decimal 252 103 97 0 0.59 0.62 0.01 2.32 0.96 0.68
Hex FC 67 61 0 3B 3E 1 2 60 44
Octal 374 147 141 0 73 76 1 2 140 104
Binary 11111100 1100111 1100001 0 111011 111110 1 10 1100000 1000100

Color Harmonies of #FC6761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6761

Black with #FC6761

Text Example


Text Example

White with #FC6761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6761; }

 p { color: rgb(252,103,97); }

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

background-color css

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

 a { background-color: rgb(252,103,97); }

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

border-color css

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

 span { border-color: rgb(252,103,97); }

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