Html Css Color HEX #FA4C5E Radical Red

📋 copy color: '#FA4C5E'

red 250 ◦ green 76 ◦ blue 94

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

Shades of Radical Red #FA4C5E

Tints of Radical Red #FA4C5E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.1%

 BLUE value IS 94 (37.11% from 255) = 22.38%

R = 59.52%
G = 18.1%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA4C5E (or 0xFA4C5E) is known color: Radical Red. HEX triplet: FA, 4C and 5E. RGB value is (250,76,94). Sum of RGB (Red+Green+Blue) = 250+76+94=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4C5E is #05B3A1. Grayscale: #828282. Windows color (decimal): -373666 or 6180090. OLE color: 6180090.

HSL color Cylindrical-coordinate representation of color #FA4C5E: hue angle of 353.79º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4C5E is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 76 94 -
CMYK 0 0.70 0.62 0.02
HSL 353.79º 0.95% 0.64% -
HSV(B) 353.79º 0.7% 0.98% -
XYZ 44.03 26.3 13.35 -
YUV 130.08 107.65 213.54 -
System Red Green Blue C M Y K H S L
Decimal 250 76 94 0 0.70 0.62 0.02 353.79 0.95 0.64
Hex FA 4C 5E 0 46 3E 2 162 5F 40
Octal 372 114 136 0 106 76 2 542 137 100
Binary 11111010 1001100 1011110 0 1000110 111110 10 101100010 1011111 1000000

Color Harmonies of #FA4C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4C5E

Black with #FA4C5E

Text Example


Text Example

White with #FA4C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4C5E; }

 p { color: rgb(250,76,94); }

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

background-color css

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

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

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

border-color css

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

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

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