Html Css Color HEX #FE425C Radical Red

📋 copy color: '#FE425C'

red 254 ◦ green 66 ◦ blue 92

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

Shades of Radical Red #FE425C

Tints of Radical Red #FE425C

RGB

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

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

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

R = 61.65%
G = 16.02%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FE425C (or 0xFE425C) is known color: Radical Red. HEX triplet: FE, 42 and 5C. RGB value is (254,66,92). Sum of RGB (Red+Green+Blue) = 254+66+92=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE425C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE425C is #01BDA3. Grayscale: #7D7D7D. Windows color (decimal): -114084 or 6046462. OLE color: 6046462.

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

Color convert

RGB 254 66 92 -
CMYK 0 0.74 0.64 0.00
HSL 351.7º 0.99% 0.63% -
HSV(B) 351.7º 0.74% 1% -
XYZ 44.75 25.74 12.73 -
YUV 125.18 109.28 219.89 -
System Red Green Blue C M Y K H S L
Decimal 254 66 92 0 0.74 0.64 0.00 351.7 0.99 0.63
Hex FE 42 5C 0 4A 40 0 160 63 3F
Octal 376 102 134 0 112 100 0 540 143 77
Binary 11111110 1000010 1011100 0 1001010 1000000 0 101100000 1100011 111111

Color Harmonies of #FE425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE425C

Black with #FE425C

Text Example


Text Example

White with #FE425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE425C; }

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

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

background-color css

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

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

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

border-color css

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

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

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