Html Css Color HEX #FE3150 Radical Red

📋 copy color: '#FE3150'

red 254 ◦ green 49 ◦ blue 80

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

Shades of Radical Red #FE3150

Tints of Radical Red #FE3150

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.79%

 BLUE value IS 80 (31.64% from 255) = 20.89%

R = 66.32%
G = 12.79%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE3150 (or 0xFE3150) is known color: Radical Red. HEX triplet: FE, 31 and 50. RGB value is (254,49,80). Sum of RGB (Red+Green+Blue) = 254+49+80=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3150 is #01CEAF. Grayscale: #717171. Windows color (decimal): -118448 or 5255678. OLE color: 5255678.

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

Color convert

RGB 254 49 80 -
CMYK 0 0.81 0.69 0.00
HSL 350.93º 0.99% 0.59% -
HSV(B) 350.93º 0.81% 1% -
XYZ 43.42 23.85 9.9 -
YUV 113.83 108.92 227.98 -
System Red Green Blue C M Y K H S L
Decimal 254 49 80 0 0.81 0.69 0.00 350.93 0.99 0.59
Hex FE 31 50 0 51 45 0 15F 63 3B
Octal 376 61 120 0 121 105 0 537 143 73
Binary 11111110 110001 1010000 0 1010001 1000101 0 101011111 1100011 111011

Color Harmonies of #FE3150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3150

Black with #FE3150

Text Example


Text Example

White with #FE3150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3150; }

 p { color: rgb(254,49,80); }

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

background-color css

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

 a { background-color: rgb(254,49,80); }

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

border-color css

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

 span { border-color: rgb(254,49,80); }

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