Html Css Color HEX #FF2058 Radical Red

📋 copy color: '#FF2058'

red 255 ◦ green 32 ◦ blue 88

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

Shades of Radical Red #FF2058

Tints of Radical Red #FF2058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.53%

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

R = 68%
G = 8.53%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF2058 (or 0xFF2058) is known color: Radical Red. HEX triplet: FF, 20 and 58. RGB value is (255,32,88). Sum of RGB (Red+Green+Blue) = 255+32+88=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2058 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2058 is #00DFA7. Grayscale: #696969. Windows color (decimal): -57256 or 5775615. OLE color: 5775615.

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

Color convert

RGB 255 32 88 -
CMYK 0 0.87 0.65 0
HSL 344.93º 1% 0.56% -
HSV(B) 344.93º 0.87% 1% -
XYZ 43.52 23 11.38 -
YUV 105.06 118.38 234.95 -
System Red Green Blue C M Y K H S L
Decimal 255 32 88 0 0.87 0.65 0 344.93 1 0.56
Hex FF 20 58 0 57 41 0 159 64 38
Octal 377 40 130 0 127 101 0 531 144 70
Binary 11111111 100000 1011000 0 1010111 1000001 0 101011001 1100100 111000

Color Harmonies of #FF2058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2058

Black with #FF2058

Text Example


Text Example

White with #FF2058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2058; }

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

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

background-color css

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

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

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

border-color css

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

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

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