Html Css Color HEX #FF205F Radical Red

📋 copy color: '#FF205F'

red 255 ◦ green 32 ◦ blue 95

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

Shades of Radical Red #FF205F

Tints of Radical Red #FF205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.87%

R = 66.75%
G = 8.38%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF205F (or 0xFF205F) is known color: Radical Red. HEX triplet: FF, 20 and 5F. RGB value is (255,32,95). Sum of RGB (Red+Green+Blue) = 255+32+95=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF205F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF205F is #00DFA0. Grayscale: #696969. Windows color (decimal): -57249 or 6234367. OLE color: 6234367.

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

Color convert

RGB 255 32 95 -
CMYK 0 0.87 0.63 0
HSL 343.05º 1% 0.56% -
HSV(B) 343.05º 0.87% 1% -
XYZ 43.82 23.12 12.98 -
YUV 105.86 121.88 234.38 -
System Red Green Blue C M Y K H S L
Decimal 255 32 95 0 0.87 0.63 0 343.05 1 0.56
Hex FF 20 5F 0 57 3F 0 157 64 38
Octal 377 40 137 0 127 77 0 527 144 70
Binary 11111111 100000 1011111 0 1010111 111111 0 101010111 1100100 111000

Color Harmonies of #FF205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF205F

Black with #FF205F

Text Example


Text Example

White with #FF205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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