Html Css Color HEX #FA386D Radical Red

📋 copy color: '#FA386D'

red 250 ◦ green 56 ◦ blue 109

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

Shades of Radical Red #FA386D

Tints of Radical Red #FA386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.49%

 BLUE value IS 109 (42.97% from 255) = 26.27%

R = 60.24%
G = 13.49%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA386D (or 0xFA386D) is known color: Radical Red. HEX triplet: FA, 38 and 6D. RGB value is (250,56,109). Sum of RGB (Red+Green+Blue) = 250+56+109=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA386D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA386D is #05C792. Grayscale: #787878. Windows color (decimal): -378771 or 7158010. OLE color: 7158010.

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

Color convert

RGB 250 56 109 -
CMYK 0 0.78 0.56 0.02
HSL 343.61º 0.95% 0.6% -
HSV(B) 343.61º 0.78% 0.98% -
XYZ 43.6 24.26 16.85 -
YUV 120.05 121.77 220.69 -
System Red Green Blue C M Y K H S L
Decimal 250 56 109 0 0.78 0.56 0.02 343.61 0.95 0.6
Hex FA 38 6D 0 4E 38 2 158 5F 3C
Octal 372 70 155 0 116 70 2 530 137 74
Binary 11111010 111000 1101101 0 1001110 111000 10 101011000 1011111 111100

Color Harmonies of #FA386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA386D

Black with #FA386D

Text Example


Text Example

White with #FA386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA386D; }

 p { color: rgb(250,56,109); }

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

background-color css

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

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

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

border-color css

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

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

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