Html Css Color HEX #FF2970 Radical Red

📋 copy color: '#FF2970'

red 255 ◦ green 41 ◦ blue 112

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

Shades of Radical Red #FF2970

Tints of Radical Red #FF2970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.05%

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

R = 62.5%
G = 10.05%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF2970 (or 0xFF2970) is known color: Radical Red. HEX triplet: FF, 29 and 70. RGB value is (255,41,112). Sum of RGB (Red+Green+Blue) = 255+41+112=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2970 is #00D68F. Grayscale: #717171. Windows color (decimal): -54928 or 7350783. OLE color: 7350783.

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

Color convert

RGB 255 41 112 -
CMYK 0 0.84 0.56 0
HSL 340.09º 1% 0.58% -
HSV(B) 340.09º 0.84% 1% -
XYZ 44.96 24.02 17.6 -
YUV 113.08 127.4 229.23 -
System Red Green Blue C M Y K H S L
Decimal 255 41 112 0 0.84 0.56 0 340.09 1 0.58
Hex FF 29 70 0 54 38 0 154 64 3A
Octal 377 51 160 0 124 70 0 524 144 72
Binary 11111111 101001 1110000 0 1010100 111000 0 101010100 1100100 111010

Color Harmonies of #FF2970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2970

Black with #FF2970

Text Example


Text Example

White with #FF2970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2970; }

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

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

background-color css

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

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

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

border-color css

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

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

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