Html Css Color HEX #FA3C5D Radical Red

📋 copy color: '#FA3C5D'

red 250 ◦ green 60 ◦ blue 93

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

Shades of Radical Red #FA3C5D

Tints of Radical Red #FA3C5D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.89%

 BLUE value IS 93 (36.72% from 255) = 23.08%

R = 62.03%
G = 14.89%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA3C5D (or 0xFA3C5D) is known color: Radical Red. HEX triplet: FA, 3C and 5D. RGB value is (250,60,93). Sum of RGB (Red+Green+Blue) = 250+60+93=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3C5D is #05C3A2. Grayscale: #787878. Windows color (decimal): -377763 or 6110458. OLE color: 6110458.

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

Color convert

RGB 250 60 93 -
CMYK 0 0.76 0.63 0.02
HSL 349.58º 0.95% 0.61% -
HSV(B) 349.58º 0.76% 0.98% -
XYZ 43.02 24.35 12.79 -
YUV 120.57 112.45 220.32 -
System Red Green Blue C M Y K H S L
Decimal 250 60 93 0 0.76 0.63 0.02 349.58 0.95 0.61
Hex FA 3C 5D 0 4C 3F 2 15E 5F 3D
Octal 372 74 135 0 114 77 2 536 137 75
Binary 11111010 111100 1011101 0 1001100 111111 10 101011110 1011111 111101

Color Harmonies of #FA3C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3C5D

Black with #FA3C5D

Text Example


Text Example

White with #FA3C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3C5D; }

 p { color: rgb(250,60,93); }

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

background-color css

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

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

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

border-color css

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

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

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