Html Css Color HEX #FC6F64 Bittersweet

📋 copy color: '#FC6F64'

red 252 ◦ green 111 ◦ blue 100

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

Shades of Bittersweet #FC6F64

Tints of Bittersweet #FC6F64

RGB

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

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

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

R = 54.43%
G = 23.97%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC6F64 (or 0xFC6F64) is known color: Bittersweet. HEX triplet: FC, 6F and 64. RGB value is (252,111,100). Sum of RGB (Red+Green+Blue) = 252+111+100=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6F64 is #03909B. Grayscale: #989898. Windows color (decimal): -233628 or 6582268. OLE color: 6582268.

HSL color Cylindrical-coordinate representation of color #FC6F64: hue angle of 4.34º 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 #FC6F64 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 111 100 -
CMYK 0 0.56 0.60 0.01
HSL 4.34º 0.96% 0.69% -
HSV(B) 4.34º 0.6% 0.99% -
XYZ 48.13 32.98 15.89 -
YUV 151.91 98.71 199.39 -
System Red Green Blue C M Y K H S L
Decimal 252 111 100 0 0.56 0.60 0.01 4.34 0.96 0.69
Hex FC 6F 64 0 38 3C 1 4 60 45
Octal 374 157 144 0 70 74 1 4 140 105
Binary 11111100 1101111 1100100 0 111000 111100 1 100 1100000 1000101

Color Harmonies of #FC6F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F64

Black with #FC6F64

Text Example


Text Example

White with #FC6F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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