Html Css Color HEX #FF205A Radical Red

📋 copy color: '#FF205A'

red 255 ◦ green 32 ◦ blue 90

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

Shades of Radical Red #FF205A

Tints of Radical Red #FF205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.87%

R = 67.64%
G = 8.49%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF205A (or 0xFF205A) is known color: Radical Red. HEX triplet: FF, 20 and 5A. RGB value is (255,32,90). Sum of RGB (Red+Green+Blue) = 255+32+90=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF205A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF205A is #00DFA5. Grayscale: #696969. Windows color (decimal): -57254 or 5906687. OLE color: 5906687.

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

Color convert

RGB 255 32 90 -
CMYK 0 0.87 0.65 0
HSL 344.39º 1% 0.56% -
HSV(B) 344.39º 0.87% 1% -
XYZ 43.6 23.03 11.82 -
YUV 105.29 119.38 234.78 -
System Red Green Blue C M Y K H S L
Decimal 255 32 90 0 0.87 0.65 0 344.39 1 0.56
Hex FF 20 5A 0 57 41 0 158 64 38
Octal 377 40 132 0 127 101 0 530 144 70
Binary 11111111 100000 1011010 0 1010111 1000001 0 101011000 1100100 111000

Color Harmonies of #FF205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF205A

Black with #FF205A

Text Example


Text Example

White with #FF205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF205A; }

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

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

background-color css

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

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

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

border-color css

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

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

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