Html Css Color HEX #FC6464 Bittersweet

📋 copy color: '#FC6464'

red 252 ◦ green 100 ◦ blue 100

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

Shades of Bittersweet #FC6464

Tints of Bittersweet #FC6464

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.12%

 BLUE value IS 100 (39.45% from 255) = 22.12%

R = 55.75%
G = 22.12%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC6464 (or 0xFC6464) is known color: Bittersweet. HEX triplet: FC, 64 and 64. RGB value is (252,100,100). Sum of RGB (Red+Green+Blue) = 252+100+100=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6464 is #039B9B. Grayscale: #919191. Windows color (decimal): -236444 or 6579452. OLE color: 6579452.

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

Color convert

RGB 252 100 100 -
CMYK 0 0.60 0.60 0.01
HSL 0.96% 0.69% -
HSV(B) 0.6% 0.99% -
XYZ 47 30.73 15.51 -
YUV 145.45 102.36 204 -
System Red Green Blue C M Y K H S L
Decimal 252 100 100 0 0.60 0.60 0.01 0 0.96 0.69
Hex FC 64 64 0 3C 3C 1 0 60 45
Octal 374 144 144 0 74 74 1 0 140 105
Binary 11111100 1100100 1100100 0 111100 111100 1 0 1100000 1000101

Color Harmonies of #FC6464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6464

Black with #FC6464

Text Example


Text Example

White with #FC6464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6464; }

 p { color: rgb(252,100,100); }

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

background-color css

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

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

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

border-color css

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

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

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