Html Css Color HEX #FF5054 Radical Red

📋 copy color: '#FF5054'

red 255 ◦ green 80 ◦ blue 84

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

Shades of Radical Red #FF5054

Tints of Radical Red #FF5054

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.09%

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

R = 60.86%
G = 19.09%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF5054 (or 0xFF5054) is known color: Radical Red. HEX triplet: FF, 50 and 54. RGB value is (255,80,84). Sum of RGB (Red+Green+Blue) = 255+80+84=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5054 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5054 is #00AFAB. Grayscale: #848484. Windows color (decimal): -44972 or 5525759. OLE color: 5525759.

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

Color convert

RGB 255 80 84 -
CMYK 0 0.69 0.67 0
HSL 358.63º 1% 0.66% -
HSV(B) 358.63º 0.69% 1% -
XYZ 45.71 27.64 11.31 -
YUV 132.78 100.48 215.17 -
System Red Green Blue C M Y K H S L
Decimal 255 80 84 0 0.69 0.67 0 358.63 1 0.66
Hex FF 50 54 0 45 43 0 167 64 42
Octal 377 120 124 0 105 103 0 547 144 102
Binary 11111111 1010000 1010100 0 1000101 1000011 0 101100111 1100100 1000010

Color Harmonies of #FF5054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5054

Black with #FF5054

Text Example


Text Example

White with #FF5054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5054; }

 p { color: rgb(255,80,84); }

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

background-color css

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

 a { background-color: rgb(255,80,84); }

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

border-color css

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

 span { border-color: rgb(255,80,84); }

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