Html Css Color HEX #FF5058 Radical Red

📋 copy color: '#FF5058'

red 255 ◦ green 80 ◦ blue 88

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

Shades of Radical Red #FF5058

Tints of Radical Red #FF5058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.8%

R = 60.28%
G = 18.91%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF5058 (or 0xFF5058) is known color: Radical Red. HEX triplet: FF, 50 and 58. RGB value is (255,80,88). Sum of RGB (Red+Green+Blue) = 255+80+88=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5058 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5058 is #00AFA7. Grayscale: #858585. Windows color (decimal): -44968 or 5787903. OLE color: 5787903.

HSL color Cylindrical-coordinate representation of color #FF5058: hue angle of 357.26º 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 #FF5058 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 255 80 88 -
CMYK 0 0.69 0.65 0
HSL 357.26º 1% 0.66% -
HSV(B) 357.26º 0.69% 1% -
XYZ 45.87 27.7 12.16 -
YUV 133.24 102.48 214.85 -
System Red Green Blue C M Y K H S L
Decimal 255 80 88 0 0.69 0.65 0 357.26 1 0.66
Hex FF 50 58 0 45 41 0 165 64 42
Octal 377 120 130 0 105 101 0 545 144 102
Binary 11111111 1010000 1011000 0 1000101 1000001 0 101100101 1100100 1000010

Color Harmonies of #FF5058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5058

Black with #FF5058

Text Example


Text Example

White with #FF5058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5058; }

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

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

background-color css

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

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

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

border-color css

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

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

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