Html Css Color HEX #FF2558 Radical Red

📋 copy color: '#FF2558'

red 255 ◦ green 37 ◦ blue 88

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

Shades of Radical Red #FF2558

Tints of Radical Red #FF2558

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.74%

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

R = 67.11%
G = 9.74%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF2558 (or 0xFF2558) is known color: Radical Red. HEX triplet: FF, 25 and 58. RGB value is (255,37,88). Sum of RGB (Red+Green+Blue) = 255+37+88=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2558 is #00DAA7. Grayscale: #6C6C6C. Windows color (decimal): -55976 or 5776895. OLE color: 5776895.

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

Color convert

RGB 255 37 88 -
CMYK 0 0.85 0.65 0
HSL 345.96º 1% 0.57% -
HSV(B) 345.96º 0.85% 1% -
XYZ 43.66 23.29 11.43 -
YUV 108 116.72 232.85 -
System Red Green Blue C M Y K H S L
Decimal 255 37 88 0 0.85 0.65 0 345.96 1 0.57
Hex FF 25 58 0 55 41 0 15A 64 39
Octal 377 45 130 0 125 101 0 532 144 71
Binary 11111111 100101 1011000 0 1010101 1000001 0 101011010 1100100 111001

Color Harmonies of #FF2558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2558

Black with #FF2558

Text Example


Text Example

White with #FF2558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2558; }

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

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

background-color css

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

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

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

border-color css

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

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

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