Html Css Color HEX #FF515A Radical Red

📋 copy color: '#FF515A'

red 255 ◦ green 81 ◦ blue 90

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

Shades of Radical Red #FF515A

Tints of Radical Red #FF515A

RGB

 RED value IS 255 (100% from 255) = 59.86%

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

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

R = 59.86%
G = 19.01%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF515A (or 0xFF515A) is known color: Radical Red. HEX triplet: FF, 51 and 5A. RGB value is (255,81,90). Sum of RGB (Red+Green+Blue) = 255+81+90=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF515A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF515A is #00AEA5. Grayscale: #868686. Windows color (decimal): -44710 or 5919231. OLE color: 5919231.

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

Color convert

RGB 255 81 90 -
CMYK 0 0.68 0.65 0
HSL 356.9º 1% 0.66% -
HSV(B) 356.9º 0.68% 1% -
XYZ 46.03 27.88 12.63 -
YUV 134.05 103.15 214.27 -
System Red Green Blue C M Y K H S L
Decimal 255 81 90 0 0.68 0.65 0 356.9 1 0.66
Hex FF 51 5A 0 44 41 0 165 64 42
Octal 377 121 132 0 104 101 0 545 144 102
Binary 11111111 1010001 1011010 0 1000100 1000001 0 101100101 1100100 1000010

Color Harmonies of #FF515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF515A

Black with #FF515A

Text Example


Text Example

White with #FF515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF515A; }

 p { color: rgb(255,81,90); }

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

background-color css

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

 a { background-color: rgb(255,81,90); }

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

border-color css

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

 span { border-color: rgb(255,81,90); }

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