Html Css Color HEX #FC7067 Bittersweet

📋 copy color: '#FC7067'

red 252 ◦ green 112 ◦ blue 103

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

Shades of Bittersweet #FC7067

Tints of Bittersweet #FC7067

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.98%

 BLUE value IS 103 (40.63% from 255) = 22.06%

R = 53.96%
G = 23.98%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC7067 (or 0xFC7067) is known color: Bittersweet. HEX triplet: FC, 70 and 67. RGB value is (252,112,103). Sum of RGB (Red+Green+Blue) = 252+112+103=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7067 is #038F98. Grayscale: #999999. Windows color (decimal): -233369 or 6779132. OLE color: 6779132.

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

Color convert

RGB 252 112 103 -
CMYK 0 0.56 0.59 0.01
HSL 3.62º 0.96% 0.7% -
HSV(B) 3.62º 0.59% 0.99% -
XYZ 48.39 33.26 16.7 -
YUV 152.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 252 112 103 0 0.56 0.59 0.01 3.62 0.96 0.7
Hex FC 70 67 0 38 3B 1 4 60 46
Octal 374 160 147 0 70 73 1 4 140 106
Binary 11111100 1110000 1100111 0 111000 111011 1 100 1100000 1000110

Color Harmonies of #FC7067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7067

Black with #FC7067

Text Example


Text Example

White with #FC7067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7067; }

 p { color: rgb(252,112,103); }

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

background-color css

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

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

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

border-color css

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

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

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