Html Css Color HEX #FA6A62 Bittersweet

📋 copy color: '#FA6A62'

red 250 ◦ green 106 ◦ blue 98

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

Shades of Bittersweet #FA6A62

Tints of Bittersweet #FA6A62

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.35%

 BLUE value IS 98 (38.67% from 255) = 21.59%

R = 55.07%
G = 23.35%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FA6A62 (or 0xFA6A62) is known color: Bittersweet. HEX triplet: FA, 6A and 62. RGB value is (250,106,98). Sum of RGB (Red+Green+Blue) = 250+106+98=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6A62 is #05959D. Grayscale: #949494. Windows color (decimal): -365982 or 6449914. OLE color: 6449914.

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

Color convert

RGB 250 106 98 -
CMYK 0 0.58 0.61 0.02
HSL 3.16º 0.94% 0.68% -
HSV(B) 3.16º 0.61% 0.98% -
XYZ 46.78 31.51 15.17 -
YUV 148.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 250 106 98 0 0.58 0.61 0.02 3.16 0.94 0.68
Hex FA 6A 62 0 3A 3D 2 3 5E 44
Octal 372 152 142 0 72 75 2 3 136 104
Binary 11111010 1101010 1100010 0 111010 111101 10 11 1011110 1000100

Color Harmonies of #FA6A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6A62

Black with #FA6A62

Text Example


Text Example

White with #FA6A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6A62; }

 p { color: rgb(250,106,98); }

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

background-color css

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

 a { background-color: rgb(250,106,98); }

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

border-color css

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

 span { border-color: rgb(250,106,98); }

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