Html Css Color HEX #FE3354 Radical Red

📋 copy color: '#FE3354'

red 254 ◦ green 51 ◦ blue 84

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

Shades of Radical Red #FE3354

Tints of Radical Red #FE3354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.11%

 BLUE value IS 84 (33.2% from 255) = 21.59%

R = 65.3%
G = 13.11%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FE3354 (or 0xFE3354) is known color: Radical Red. HEX triplet: FE, 33 and 54. RGB value is (254,51,84). Sum of RGB (Red+Green+Blue) = 254+51+84=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3354 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3354 is #01CCAB. Grayscale: #737373. Windows color (decimal): -117932 or 5518334. OLE color: 5518334.

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

Color convert

RGB 254 51 84 -
CMYK 0 0.80 0.67 0.00
HSL 350.25º 0.99% 0.6% -
HSV(B) 350.25º 0.8% 1% -
XYZ 43.66 24.08 10.73 -
YUV 115.46 110.25 226.82 -
System Red Green Blue C M Y K H S L
Decimal 254 51 84 0 0.80 0.67 0.00 350.25 0.99 0.6
Hex FE 33 54 0 50 43 0 15E 63 3C
Octal 376 63 124 0 120 103 0 536 143 74
Binary 11111110 110011 1010100 0 1010000 1000011 0 101011110 1100011 111100

Color Harmonies of #FE3354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3354

Black with #FE3354

Text Example


Text Example

White with #FE3354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3354; }

 p { color: rgb(254,51,84); }

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

background-color css

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

 a { background-color: rgb(254,51,84); }

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

border-color css

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

 span { border-color: rgb(254,51,84); }

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