Html Css Color HEX #FF2570 Radical Red

📋 copy color: '#FF2570'

red 255 ◦ green 37 ◦ blue 112

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

Shades of Radical Red #FF2570

Tints of Radical Red #FF2570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.72%

R = 63.12%
G = 9.16%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF2570 (or 0xFF2570) is known color: Radical Red. HEX triplet: FF, 25 and 70. RGB value is (255,37,112). Sum of RGB (Red+Green+Blue) = 255+37+112=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2570 is #00DA8F. Grayscale: #6E6E6E. Windows color (decimal): -55952 or 7349759. OLE color: 7349759.

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

Color convert

RGB 255 37 112 -
CMYK 0 0.85 0.56 0
HSL 339.36º 1% 0.57% -
HSV(B) 339.36º 0.85% 1% -
XYZ 44.83 23.75 17.55 -
YUV 110.73 128.72 230.9 -
System Red Green Blue C M Y K H S L
Decimal 255 37 112 0 0.85 0.56 0 339.36 1 0.57
Hex FF 25 70 0 55 38 0 153 64 39
Octal 377 45 160 0 125 70 0 523 144 71
Binary 11111111 100101 1110000 0 1010101 111000 0 101010011 1100100 111001

Color Harmonies of #FF2570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2570

Black with #FF2570

Text Example


Text Example

White with #FF2570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2570; }

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

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

background-color css

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

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

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

border-color css

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

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

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