Html Css Color HEX #FE305A Radical Red

📋 copy color: '#FE305A'

red 254 ◦ green 48 ◦ blue 90

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

Shades of Radical Red #FE305A

Tints of Radical Red #FE305A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.96%

R = 64.8%
G = 12.24%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE305A (or 0xFE305A) is known color: Radical Red. HEX triplet: FE, 30 and 5A. RGB value is (254,48,90). Sum of RGB (Red+Green+Blue) = 254+48+90=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE305A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE305A is #01CFA5. Grayscale: #727272. Windows color (decimal): -118694 or 5910782. OLE color: 5910782.

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

Color convert

RGB 254 48 90 -
CMYK 0 0.81 0.65 0.00
HSL 347.77º 0.99% 0.59% -
HSV(B) 347.77º 0.81% 1% -
XYZ 43.78 23.92 11.98 -
YUV 114.38 114.25 227.58 -
System Red Green Blue C M Y K H S L
Decimal 254 48 90 0 0.81 0.65 0.00 347.77 0.99 0.59
Hex FE 30 5A 0 51 41 0 15C 63 3B
Octal 376 60 132 0 121 101 0 534 143 73
Binary 11111110 110000 1011010 0 1010001 1000001 0 101011100 1100011 111011

Color Harmonies of #FE305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE305A

Black with #FE305A

Text Example


Text Example

White with #FE305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE305A; }

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

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

background-color css

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

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

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

border-color css

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

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

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