Html Css Color HEX #FE425F Radical Red

📋 copy color: '#FE425F'

red 254 ◦ green 66 ◦ blue 95

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

Shades of Radical Red #FE425F

Tints of Radical Red #FE425F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.9%

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

R = 61.2%
G = 15.9%
B = 22.89%

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

#FE425F (or 0xFE425F) is known color: Radical Red. HEX triplet: FE, 42 and 5F. RGB value is (254,66,95). Sum of RGB (Red+Green+Blue) = 254+66+95=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE425F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE425F is #01BDA0. Grayscale: #7D7D7D. Windows color (decimal): -114081 or 6243070. OLE color: 6243070.

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

Color convert

RGB 254 66 95 -
CMYK 0 0.74 0.63 0.00
HSL 350.74º 0.99% 0.63% -
HSV(B) 350.74º 0.74% 1% -
XYZ 44.89 25.79 13.44 -
YUV 125.52 110.78 219.64 -
System Red Green Blue C M Y K H S L
Decimal 254 66 95 0 0.74 0.63 0.00 350.74 0.99 0.63
Hex FE 42 5F 0 4A 3F 0 15F 63 3F
Octal 376 102 137 0 112 77 0 537 143 77
Binary 11111110 1000010 1011111 0 1001010 111111 0 101011111 1100011 111111

Color Harmonies of #FE425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE425F

Black with #FE425F

Text Example


Text Example

White with #FE425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE425F; }

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

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

background-color css

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

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

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

border-color css

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

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

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