Html Css Color HEX #FA3C56 Radical Red

📋 copy color: '#FA3C56'

red 250 ◦ green 60 ◦ blue 86

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

Shades of Radical Red #FA3C56

Tints of Radical Red #FA3C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.72%

R = 63.13%
G = 15.15%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA3C56 (or 0xFA3C56) is known color: Radical Red. HEX triplet: FA, 3C and 56. RGB value is (250,60,86). Sum of RGB (Red+Green+Blue) = 250+60+86=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3C56 is #05C3A9. Grayscale: #777777. Windows color (decimal): -377770 or 5651706. OLE color: 5651706.

HSL color Cylindrical-coordinate representation of color #FA3C56: hue angle of 351.79º 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 #FA3C56 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 60 86 -
CMYK 0 0.76 0.66 0.02
HSL 351.79º 0.95% 0.61% -
HSV(B) 351.79º 0.76% 0.98% -
XYZ 42.72 24.23 11.23 -
YUV 119.77 108.95 220.89 -
System Red Green Blue C M Y K H S L
Decimal 250 60 86 0 0.76 0.66 0.02 351.79 0.95 0.61
Hex FA 3C 56 0 4C 42 2 160 5F 3D
Octal 372 74 126 0 114 102 2 540 137 75
Binary 11111010 111100 1010110 0 1001100 1000010 10 101100000 1011111 111101

Color Harmonies of #FA3C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3C56

Black with #FA3C56

Text Example


Text Example

White with #FA3C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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