Html Css Color HEX #FC665F Bittersweet

📋 copy color: '#FC665F'

red 252 ◦ green 102 ◦ blue 95

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

Shades of Bittersweet #FC665F

Tints of Bittersweet #FC665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.72%

 BLUE value IS 95 (37.5% from 255) = 21.16%

R = 56.12%
G = 22.72%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC665F (or 0xFC665F) is known color: Bittersweet. HEX triplet: FC, 66 and 5F. RGB value is (252,102,95). Sum of RGB (Red+Green+Blue) = 252+102+95=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC665F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC665F is #0399A0. Grayscale: #929292. Windows color (decimal): -235937 or 6252284. OLE color: 6252284.

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

Color convert

RGB 252 102 95 -
CMYK 0 0.60 0.62 0.01
HSL 2.68º 0.96% 0.68% -
HSV(B) 2.68º 0.62% 0.99% -
XYZ 46.96 31.02 14.34 -
YUV 146.05 99.2 203.57 -
System Red Green Blue C M Y K H S L
Decimal 252 102 95 0 0.60 0.62 0.01 2.68 0.96 0.68
Hex FC 66 5F 0 3C 3E 1 3 60 44
Octal 374 146 137 0 74 76 1 3 140 104
Binary 11111100 1100110 1011111 0 111100 111110 1 11 1100000 1000100

Color Harmonies of #FC665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC665F

Black with #FC665F

Text Example


Text Example

White with #FC665F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC665F; }

 p { color: rgb(252,102,95); }

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

background-color css

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

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

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

border-color css

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

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

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