Html Css Color HEX #FA6565 Bittersweet

📋 copy color: '#FA6565'

red 250 ◦ green 101 ◦ blue 101

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

Shades of Bittersweet #FA6565

Tints of Bittersweet #FA6565

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.35%

 BLUE value IS 101 (39.84% from 255) = 22.35%

R = 55.31%
G = 22.35%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA6565 (or 0xFA6565) is known color: Bittersweet. HEX triplet: FA, 65 and 65. RGB value is (250,101,101). Sum of RGB (Red+Green+Blue) = 250+101+101=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6565 is #059A9A. Grayscale: #919191. Windows color (decimal): -367259 or 6645242. OLE color: 6645242.

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

Color convert

RGB 250 101 101 -
CMYK 0 0.60 0.60 0.02
HSL 0.94% 0.69% -
HSV(B) 0.6% 0.98% -
XYZ 46.43 30.57 15.77 -
YUV 145.55 102.86 202.5 -
System Red Green Blue C M Y K H S L
Decimal 250 101 101 0 0.60 0.60 0.02 0 0.94 0.69
Hex FA 65 65 0 3C 3C 2 0 5E 45
Octal 372 145 145 0 74 74 2 0 136 105
Binary 11111010 1100101 1100101 0 111100 111100 10 0 1011110 1000101

Color Harmonies of #FA6565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6565

Black with #FA6565

Text Example


Text Example

White with #FA6565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6565; }

 p { color: rgb(250,101,101); }

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

background-color css

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

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

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

border-color css

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

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

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