Html Css Color HEX #FE205F Radical Red

📋 copy color: '#FE205F'

red 254 ◦ green 32 ◦ blue 95

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

Shades of Radical Red #FE205F

Tints of Radical Red #FE205F

RGB

 RED value IS 254 (99.61% from 255) = 66.67%

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

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

R = 66.67%
G = 8.4%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE205F (or 0xFE205F) is known color: Radical Red. HEX triplet: FE, 20 and 5F. RGB value is (254,32,95). Sum of RGB (Red+Green+Blue) = 254+32+95=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE205F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE205F is #01DFA0. Grayscale: #696969. Windows color (decimal): -122785 or 6234366. OLE color: 6234366.

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

Color convert

RGB 254 32 95 -
CMYK 0 0.87 0.63 0.00
HSL 342.97º 0.99% 0.56% -
HSV(B) 342.97º 0.87% 1% -
XYZ 43.46 22.93 12.96 -
YUV 105.56 122.05 233.88 -
System Red Green Blue C M Y K H S L
Decimal 254 32 95 0 0.87 0.63 0.00 342.97 0.99 0.56
Hex FE 20 5F 0 57 3F 0 157 63 38
Octal 376 40 137 0 127 77 0 527 143 70
Binary 11111110 100000 1011111 0 1010111 111111 0 101010111 1100011 111000

Color Harmonies of #FE205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE205F

Black with #FE205F

Text Example


Text Example

White with #FE205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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