Html Css Color HEX #FE354F Radical Red

📋 copy color: '#FE354F'

red 254 ◦ green 53 ◦ blue 79

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

Shades of Radical Red #FE354F

Tints of Radical Red #FE354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.73%

 BLUE value IS 79 (31.25% from 255) = 20.47%

R = 65.8%
G = 13.73%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE354F (or 0xFE354F) is known color: Radical Red. HEX triplet: FE, 35 and 4F. RGB value is (254,53,79). Sum of RGB (Red+Green+Blue) = 254+53+79=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE354F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE354F is #01CAB0. Grayscale: #747474. Windows color (decimal): -117425 or 5191166. OLE color: 5191166.

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

Color convert

RGB 254 53 79 -
CMYK 0 0.79 0.69 0.00
HSL 352.24º 0.99% 0.6% -
HSV(B) 352.24º 0.79% 1% -
XYZ 43.56 24.18 9.77 -
YUV 116.06 107.09 226.39 -
System Red Green Blue C M Y K H S L
Decimal 254 53 79 0 0.79 0.69 0.00 352.24 0.99 0.6
Hex FE 35 4F 0 4F 45 0 160 63 3C
Octal 376 65 117 0 117 105 0 540 143 74
Binary 11111110 110101 1001111 0 1001111 1000101 0 101100000 1100011 111100

Color Harmonies of #FE354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE354F

Black with #FE354F

Text Example


Text Example

White with #FE354F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE354F; }

 p { color: rgb(254,53,79); }

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

background-color css

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

 a { background-color: rgb(254,53,79); }

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

border-color css

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

 span { border-color: rgb(254,53,79); }

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