Html Css Color HEX #FC605B Bittersweet

📋 copy color: '#FC605B'

red 252 ◦ green 96 ◦ blue 91

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

Shades of Bittersweet #FC605B

Tints of Bittersweet #FC605B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.87%

 BLUE value IS 91 (35.94% from 255) = 20.73%

R = 57.4%
G = 21.87%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC605B (or 0xFC605B) is known color: Bittersweet. HEX triplet: FC, 60 and 5B. RGB value is (252,96,91). Sum of RGB (Red+Green+Blue) = 252+96+91=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 91 (35.94% from 255 or 20.73% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC605B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC605B is #039FA4. Grayscale: #8E8E8E. Windows color (decimal): -237477 or 5988604. OLE color: 5988604.

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

Color convert

RGB 252 96 91 -
CMYK 0 0.62 0.64 0.01
HSL 1.86º 0.96% 0.67% -
HSV(B) 1.86º 0.64% 0.99% -
XYZ 46.22 29.82 13.22 -
YUV 142.07 99.18 206.41 -
System Red Green Blue C M Y K H S L
Decimal 252 96 91 0 0.62 0.64 0.01 1.86 0.96 0.67
Hex FC 60 5B 0 3E 40 1 2 60 43
Octal 374 140 133 0 76 100 1 2 140 103
Binary 11111100 1100000 1011011 0 111110 1000000 1 10 1100000 1000011

Color Harmonies of #FC605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC605B

Black with #FC605B

Text Example


Text Example

White with #FC605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC605B; }

 p { color: rgb(252,96,91); }

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

background-color css

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

 a { background-color: rgb(252,96,91); }

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

border-color css

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

 span { border-color: rgb(252,96,91); }

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