Html Css Color HEX #FA7058 Bittersweet

📋 copy color: '#FA7058'

red 250 ◦ green 112 ◦ blue 88

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

Shades of Bittersweet #FA7058

Tints of Bittersweet #FA7058

RGB

 RED value IS 250 (98.05% from 255) = 55.56%

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

 BLUE value IS 88 (34.77% from 255) = 19.56%

R = 55.56%
G = 24.89%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA7058 (or 0xFA7058) is known color: Bittersweet. HEX triplet: FA, 70 and 58. RGB value is (250,112,88). Sum of RGB (Red+Green+Blue) = 250+112+88=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7058 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7058 is #058FA7. Grayscale: #969696. Windows color (decimal): -364456 or 5796090. OLE color: 5796090.

HSL color Cylindrical-coordinate representation of color #FA7058: hue angle of 8.89º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA7058 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 112 88 -
CMYK 0 0.55 0.65 0.02
HSL 8.89º 0.94% 0.66% -
HSV(B) 8.89º 0.65% 0.98% -
XYZ 46.98 32.62 13.05 -
YUV 150.53 92.72 198.95 -
System Red Green Blue C M Y K H S L
Decimal 250 112 88 0 0.55 0.65 0.02 8.89 0.94 0.66
Hex FA 70 58 0 37 41 2 9 5E 42
Octal 372 160 130 0 67 101 2 11 136 102
Binary 11111010 1110000 1011000 0 110111 1000001 10 1001 1011110 1000010

Color Harmonies of #FA7058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7058

Black with #FA7058

Text Example


Text Example

White with #FA7058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7058; }

 p { color: rgb(250,112,88); }

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

background-color css

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

 a { background-color: rgb(250,112,88); }

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

border-color css

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

 span { border-color: rgb(250,112,88); }

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