Html Css Color HEX #FF205C Radical Red

📋 copy color: '#FF205C'

red 255 ◦ green 32 ◦ blue 92

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

Shades of Radical Red #FF205C

Tints of Radical Red #FF205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.27%

R = 67.28%
G = 8.44%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF205C (or 0xFF205C) is known color: Radical Red. HEX triplet: FF, 20 and 5C. RGB value is (255,32,92). Sum of RGB (Red+Green+Blue) = 255+32+92=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF205C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF205C is #00DFA3. Grayscale: #696969. Windows color (decimal): -57252 or 6037759. OLE color: 6037759.

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

Color convert

RGB 255 32 92 -
CMYK 0 0.87 0.64 0
HSL 343.86º 1% 0.56% -
HSV(B) 343.86º 0.87% 1% -
XYZ 43.69 23.07 12.27 -
YUV 105.52 120.38 234.62 -
System Red Green Blue C M Y K H S L
Decimal 255 32 92 0 0.87 0.64 0 343.86 1 0.56
Hex FF 20 5C 0 57 40 0 158 64 38
Octal 377 40 134 0 127 100 0 530 144 70
Binary 11111111 100000 1011100 0 1010111 1000000 0 101011000 1100100 111000

Color Harmonies of #FF205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF205C

Black with #FF205C

Text Example


Text Example

White with #FF205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF205C; }

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

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

background-color css

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

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

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

border-color css

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

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

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