Html Css Color HEX #FF2A49 Radical Red

📋 copy color: '#FF2A49'

red 255 ◦ green 42 ◦ blue 73

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

Shades of Radical Red #FF2A49

Tints of Radical Red #FF2A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.73%

R = 68.92%
G = 11.35%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF2A49 (or 0xFF2A49) is known color: Radical Red. HEX triplet: FF, 2A and 49. RGB value is (255,42,73). Sum of RGB (Red+Green+Blue) = 255+42+73=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2A49 is #00D5B6. Grayscale: #6D6D6D. Windows color (decimal): -54711 or 4795135. OLE color: 4795135.

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

Color convert

RGB 255 42 73 -
CMYK 0 0.84 0.71 0
HSL 351.27º 1% 0.58% -
HSV(B) 351.27º 0.84% 1% -
XYZ 43.27 23.4 8.54 -
YUV 109.22 107.57 231.98 -
System Red Green Blue C M Y K H S L
Decimal 255 42 73 0 0.84 0.71 0 351.27 1 0.58
Hex FF 2A 49 0 54 47 0 15F 64 3A
Octal 377 52 111 0 124 107 0 537 144 72
Binary 11111111 101010 1001001 0 1010100 1000111 0 101011111 1100100 111010

Color Harmonies of #FF2A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2A49

Black with #FF2A49

Text Example


Text Example

White with #FF2A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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