Html Css Color HEX #FA5154 Radical Red

📋 copy color: '#FA5154'

red 250 ◦ green 81 ◦ blue 84

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

Shades of Radical Red #FA5154

Tints of Radical Red #FA5154

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.52%

 BLUE value IS 84 (33.2% from 255) = 20.24%

R = 60.24%
G = 19.52%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA5154 (or 0xFA5154) is known color: Radical Red. HEX triplet: FA, 51 and 54. RGB value is (250,81,84). Sum of RGB (Red+Green+Blue) = 250+81+84=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 84 (33.20% from 255 or 20.24% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5154 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5154 is #05AEAB. Grayscale: #848484. Windows color (decimal): -372396 or 5526010. OLE color: 5526010.

HSL color Cylindrical-coordinate representation of color #FA5154: hue angle of 358.93º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA5154 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 81 84 -
CMYK 0 0.68 0.66 0.02
HSL 358.93º 0.94% 0.65% -
HSV(B) 358.93º 0.68% 0.98% -
XYZ 43.97 26.85 11.25 -
YUV 131.87 100.99 212.26 -
System Red Green Blue C M Y K H S L
Decimal 250 81 84 0 0.68 0.66 0.02 358.93 0.94 0.65
Hex FA 51 54 0 44 42 2 167 5E 41
Octal 372 121 124 0 104 102 2 547 136 101
Binary 11111010 1010001 1010100 0 1000100 1000010 10 101100111 1011110 1000001

Color Harmonies of #FA5154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5154

Black with #FA5154

Text Example


Text Example

White with #FA5154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5154; }

 p { color: rgb(250,81,84); }

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

background-color css

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

 a { background-color: rgb(250,81,84); }

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

border-color css

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

 span { border-color: rgb(250,81,84); }

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