Html Css Color HEX #FE3250 Radical Red

📋 copy color: '#FE3250'

red 254 ◦ green 50 ◦ blue 80

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

Shades of Radical Red #FE3250

Tints of Radical Red #FE3250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.02%

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

R = 66.15%
G = 13.02%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE3250 (or 0xFE3250) is known color: Radical Red. HEX triplet: FE, 32 and 50. RGB value is (254,50,80). Sum of RGB (Red+Green+Blue) = 254+50+80=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3250 is #01CDAF. Grayscale: #727272. Windows color (decimal): -118192 or 5255934. OLE color: 5255934.

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

Color convert

RGB 254 50 80 -
CMYK 0 0.80 0.69 0.00
HSL 351.18º 0.99% 0.6% -
HSV(B) 351.18º 0.8% 1% -
XYZ 43.46 23.93 9.92 -
YUV 114.42 108.59 227.56 -
System Red Green Blue C M Y K H S L
Decimal 254 50 80 0 0.80 0.69 0.00 351.18 0.99 0.6
Hex FE 32 50 0 50 45 0 15F 63 3C
Octal 376 62 120 0 120 105 0 537 143 74
Binary 11111110 110010 1010000 0 1010000 1000101 0 101011111 1100011 111100

Color Harmonies of #FE3250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3250

Black with #FE3250

Text Example


Text Example

White with #FE3250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3250; }

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

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

background-color css

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

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

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

border-color css

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

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

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