Html Css Color HEX #FF2A70 Radical Red

📋 copy color: '#FF2A70'

red 255 ◦ green 42 ◦ blue 112

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

Shades of Radical Red #FF2A70

Tints of Radical Red #FF2A70

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.27%

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

R = 62.35%
G = 10.27%
B = 27.38%

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

#FF2A70 (or 0xFF2A70) is known color: Radical Red. HEX triplet: FF, 2A and 70. RGB value is (255,42,112). Sum of RGB (Red+Green+Blue) = 255+42+112=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2A70 is #00D58F. Grayscale: #717171. Windows color (decimal): -54672 or 7351039. OLE color: 7351039.

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

Color convert

RGB 255 42 112 -
CMYK 0 0.84 0.56 0
HSL 340.28º 1% 0.58% -
HSV(B) 340.28º 0.84% 1% -
XYZ 44.99 24.09 17.61 -
YUV 113.67 127.07 228.81 -
System Red Green Blue C M Y K H S L
Decimal 255 42 112 0 0.84 0.56 0 340.28 1 0.58
Hex FF 2A 70 0 54 38 0 154 64 3A
Octal 377 52 160 0 124 70 0 524 144 72
Binary 11111111 101010 1110000 0 1010100 111000 0 101010100 1100100 111010

Color Harmonies of #FF2A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2A70

Black with #FF2A70

Text Example


Text Example

White with #FF2A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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