Html Css Color HEX #FA4E5E Radical Red

📋 copy color: '#FA4E5E'

red 250 ◦ green 78 ◦ blue 94

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

Shades of Radical Red #FA4E5E

Tints of Radical Red #FA4E5E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.48%

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

R = 59.24%
G = 18.48%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA4E5E (or 0xFA4E5E) is known color: Radical Red. HEX triplet: FA, 4E and 5E. RGB value is (250,78,94). Sum of RGB (Red+Green+Blue) = 250+78+94=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4E5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4E5E is #05B1A1. Grayscale: #838383. Windows color (decimal): -373154 or 6180602. OLE color: 6180602.

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

Color convert

RGB 250 78 94 -
CMYK 0 0.69 0.62 0.02
HSL 354.42º 0.95% 0.64% -
HSV(B) 354.42º 0.69% 0.98% -
XYZ 44.17 26.58 13.39 -
YUV 131.25 106.98 212.7 -
System Red Green Blue C M Y K H S L
Decimal 250 78 94 0 0.69 0.62 0.02 354.42 0.95 0.64
Hex FA 4E 5E 0 45 3E 2 162 5F 40
Octal 372 116 136 0 105 76 2 542 137 100
Binary 11111010 1001110 1011110 0 1000101 111110 10 101100010 1011111 1000000

Color Harmonies of #FA4E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4E5E

Black with #FA4E5E

Text Example


Text Example

White with #FA4E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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