Html Css Color HEX #FA6866 Bittersweet

📋 copy color: '#FA6866'

red 250 ◦ green 104 ◦ blue 102

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

Shades of Bittersweet #FA6866

Tints of Bittersweet #FA6866

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.81%

 BLUE value IS 102 (40.23% from 255) = 22.37%

R = 54.82%
G = 22.81%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA6866 (or 0xFA6866) is known color: Bittersweet. HEX triplet: FA, 68 and 66. RGB value is (250,104,102). Sum of RGB (Red+Green+Blue) = 250+104+102=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6866 is #059799. Grayscale: #939393. Windows color (decimal): -366490 or 6711546. OLE color: 6711546.

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

Color convert

RGB 250 104 102 -
CMYK 0 0.58 0.59 0.02
HSL 0.81º 0.94% 0.69% -
HSV(B) 0.81º 0.59% 0.98% -
XYZ 46.77 31.18 16.12 -
YUV 147.43 102.37 201.16 -
System Red Green Blue C M Y K H S L
Decimal 250 104 102 0 0.58 0.59 0.02 0.81 0.94 0.69
Hex FA 68 66 0 3A 3B 2 1 5E 45
Octal 372 150 146 0 72 73 2 1 136 105
Binary 11111010 1101000 1100110 0 111010 111011 10 1 1011110 1000101

Color Harmonies of #FA6866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6866

Black with #FA6866

Text Example


Text Example

White with #FA6866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6866; }

 p { color: rgb(250,104,102); }

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

background-color css

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

 a { background-color: rgb(250,104,102); }

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

border-color css

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

 span { border-color: rgb(250,104,102); }

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