Html Css Color HEX #FE415F Radical Red

📋 copy color: '#FE415F'

red 254 ◦ green 65 ◦ blue 95

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

Shades of Radical Red #FE415F

Tints of Radical Red #FE415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.7%

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

R = 61.35%
G = 15.7%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE415F (or 0xFE415F) is known color: Radical Red. HEX triplet: FE, 41 and 5F. RGB value is (254,65,95). Sum of RGB (Red+Green+Blue) = 254+65+95=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE415F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE415F is #01BEA0. Grayscale: #7D7D7D. Windows color (decimal): -114337 or 6242814. OLE color: 6242814.

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

Color convert

RGB 254 65 95 -
CMYK 0 0.74 0.63 0.00
HSL 350.48º 0.99% 0.63% -
HSV(B) 350.48º 0.74% 1% -
XYZ 44.83 25.68 13.42 -
YUV 124.93 111.12 220.06 -
System Red Green Blue C M Y K H S L
Decimal 254 65 95 0 0.74 0.63 0.00 350.48 0.99 0.63
Hex FE 41 5F 0 4A 3F 0 15E 63 3F
Octal 376 101 137 0 112 77 0 536 143 77
Binary 11111110 1000001 1011111 0 1001010 111111 0 101011110 1100011 111111

Color Harmonies of #FE415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE415F

Black with #FE415F

Text Example


Text Example

White with #FE415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE415F; }

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

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

background-color css

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

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

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

border-color css

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

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

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