Html Css Color HEX #FA4C5A Radical Red

📋 copy color: '#FA4C5A'

red 250 ◦ green 76 ◦ blue 90

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

Shades of Radical Red #FA4C5A

Tints of Radical Red #FA4C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.63%

R = 60.1%
G = 18.27%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA4C5A (or 0xFA4C5A) is known color: Radical Red. HEX triplet: FA, 4C and 5A. RGB value is (250,76,90). Sum of RGB (Red+Green+Blue) = 250+76+90=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4C5A is #05B3A5. Grayscale: #818181. Windows color (decimal): -373670 or 5917946. OLE color: 5917946.

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

Color convert

RGB 250 76 90 -
CMYK 0 0.70 0.64 0.02
HSL 355.17º 0.95% 0.64% -
HSV(B) 355.17º 0.7% 0.98% -
XYZ 43.85 26.23 12.42 -
YUV 129.62 105.65 213.86 -
System Red Green Blue C M Y K H S L
Decimal 250 76 90 0 0.70 0.64 0.02 355.17 0.95 0.64
Hex FA 4C 5A 0 46 40 2 163 5F 40
Octal 372 114 132 0 106 100 2 543 137 100
Binary 11111010 1001100 1011010 0 1000110 1000000 10 101100011 1011111 1000000

Color Harmonies of #FA4C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4C5A

Black with #FA4C5A

Text Example


Text Example

White with #FA4C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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