Html Css Color HEX #FE3053 Radical Red

📋 copy color: '#FE3053'

red 254 ◦ green 48 ◦ blue 83

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

Shades of Radical Red #FE3053

Tints of Radical Red #FE3053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.47%

 BLUE value IS 83 (32.81% from 255) = 21.56%

R = 65.97%
G = 12.47%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FE3053 (or 0xFE3053) is known color: Radical Red. HEX triplet: FE, 30 and 53. RGB value is (254,48,83). Sum of RGB (Red+Green+Blue) = 254+48+83=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3053 is #01CFAC. Grayscale: #717171. Windows color (decimal): -118701 or 5452030. OLE color: 5452030.

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

Color convert

RGB 254 48 83 -
CMYK 0 0.81 0.67 0.00
HSL 349.81º 0.99% 0.59% -
HSV(B) 349.81º 0.81% 1% -
XYZ 43.49 23.81 10.49 -
YUV 113.58 110.75 228.15 -
System Red Green Blue C M Y K H S L
Decimal 254 48 83 0 0.81 0.67 0.00 349.81 0.99 0.59
Hex FE 30 53 0 51 43 0 15E 63 3B
Octal 376 60 123 0 121 103 0 536 143 73
Binary 11111110 110000 1010011 0 1010001 1000011 0 101011110 1100011 111011

Color Harmonies of #FE3053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3053

Black with #FE3053

Text Example


Text Example

White with #FE3053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3053; }

 p { color: rgb(254,48,83); }

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

background-color css

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

 a { background-color: rgb(254,48,83); }

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

border-color css

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

 span { border-color: rgb(254,48,83); }

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