Html Css Color HEX #FC615C Bittersweet

📋 copy color: '#FC615C'

red 252 ◦ green 97 ◦ blue 92

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

Shades of Bittersweet #FC615C

Tints of Bittersweet #FC615C

RGB

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

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

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

R = 57.14%
G = 22%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC615C (or 0xFC615C) is known color: Bittersweet. HEX triplet: FC, 61 and 5C. RGB value is (252,97,92). Sum of RGB (Red+Green+Blue) = 252+97+92=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC615C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC615C is #039EA3. Grayscale: #8E8E8E. Windows color (decimal): -237220 or 6054396. OLE color: 6054396.

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

Color convert

RGB 252 97 92 -
CMYK 0 0.62 0.63 0.01
HSL 1.88º 0.96% 0.67% -
HSV(B) 1.88º 0.63% 0.99% -
XYZ 46.35 30.02 13.48 -
YUV 142.78 99.35 205.91 -
System Red Green Blue C M Y K H S L
Decimal 252 97 92 0 0.62 0.63 0.01 1.88 0.96 0.67
Hex FC 61 5C 0 3E 3F 1 2 60 43
Octal 374 141 134 0 76 77 1 2 140 103
Binary 11111100 1100001 1011100 0 111110 111111 1 10 1100000 1000011

Color Harmonies of #FC615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC615C

Black with #FC615C

Text Example


Text Example

White with #FC615C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC615C; }

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

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

background-color css

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

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

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

border-color css

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

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

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