Html Css Color HEX #FF204F Radical Red

📋 copy color: '#FF204F'

red 255 ◦ green 32 ◦ blue 79

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

Shades of Radical Red #FF204F

Tints of Radical Red #FF204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.58%

R = 69.67%
G = 8.74%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF204F (or 0xFF204F) is known color: Radical Red. HEX triplet: FF, 20 and 4F. RGB value is (255,32,79). Sum of RGB (Red+Green+Blue) = 255+32+79=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF204F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF204F is #00DFB0. Grayscale: #686868. Windows color (decimal): -57265 or 5185791. OLE color: 5185791.

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

Color convert

RGB 255 32 79 -
CMYK 0 0.87 0.69 0
HSL 347.35º 1% 0.56% -
HSV(B) 347.35º 0.87% 1% -
XYZ 43.17 22.86 9.53 -
YUV 104.04 113.88 235.68 -
System Red Green Blue C M Y K H S L
Decimal 255 32 79 0 0.87 0.69 0 347.35 1 0.56
Hex FF 20 4F 0 57 45 0 15B 64 38
Octal 377 40 117 0 127 105 0 533 144 70
Binary 11111111 100000 1001111 0 1010111 1000101 0 101011011 1100100 111000

Color Harmonies of #FF204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF204F

Black with #FF204F

Text Example


Text Example

White with #FF204F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF204F; }

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

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

background-color css

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

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

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

border-color css

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

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

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