Html Css Color HEX #FF5358 Radical Red

📋 copy color: '#FF5358'

red 255 ◦ green 83 ◦ blue 88

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

Shades of Radical Red #FF5358

Tints of Radical Red #FF5358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.48%

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

R = 59.86%
G = 19.48%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF5358 (or 0xFF5358) is known color: Radical Red. HEX triplet: FF, 53 and 58. RGB value is (255,83,88). Sum of RGB (Red+Green+Blue) = 255+83+88=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5358 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5358 is #00ACA7. Grayscale: #878787. Windows color (decimal): -44200 or 5788671. OLE color: 5788671.

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

Color convert

RGB 255 83 88 -
CMYK 0 0.67 0.65 0
HSL 358.26º 1% 0.66% -
HSV(B) 358.26º 0.67% 1% -
XYZ 46.09 28.15 12.24 -
YUV 135 101.48 213.59 -
System Red Green Blue C M Y K H S L
Decimal 255 83 88 0 0.67 0.65 0 358.26 1 0.66
Hex FF 53 58 0 43 41 0 166 64 42
Octal 377 123 130 0 103 101 0 546 144 102
Binary 11111111 1010011 1011000 0 1000011 1000001 0 101100110 1100100 1000010

Color Harmonies of #FF5358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5358

Black with #FF5358

Text Example


Text Example

White with #FF5358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5358; }

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

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

background-color css

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

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

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

border-color css

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

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

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