Html Css Color HEX #FF204D Radical Red

📋 copy color: '#FF204D'

red 255 ◦ green 32 ◦ blue 77

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

Shades of Radical Red #FF204D

Tints of Radical Red #FF204D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.79%

 BLUE value IS 77 (30.47% from 255) = 21.15%

R = 70.05%
G = 8.79%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FF204D (or 0xFF204D) is known color: Radical Red. HEX triplet: FF, 20 and 4D. RGB value is (255,32,77). Sum of RGB (Red+Green+Blue) = 255+32+77=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF204D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF204D is #00DFB2. Grayscale: #676767. Windows color (decimal): -57267 or 5054719. OLE color: 5054719.

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

Color convert

RGB 255 32 77 -
CMYK 0 0.87 0.70 0
HSL 347.89º 1% 0.56% -
HSV(B) 347.89º 0.87% 1% -
XYZ 43.1 22.83 9.16 -
YUV 103.81 112.88 235.84 -
System Red Green Blue C M Y K H S L
Decimal 255 32 77 0 0.87 0.70 0 347.89 1 0.56
Hex FF 20 4D 0 57 46 0 15C 64 38
Octal 377 40 115 0 127 106 0 534 144 70
Binary 11111111 100000 1001101 0 1010111 1000110 0 101011100 1100100 111000

Color Harmonies of #FF204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF204D

Black with #FF204D

Text Example


Text Example

White with #FF204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF204D; }

 p { color: rgb(255,32,77); }

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

background-color css

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

 a { background-color: rgb(255,32,77); }

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

border-color css

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

 span { border-color: rgb(255,32,77); }

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