Html Css Color HEX #FE305C Radical Red

📋 copy color: '#FE305C'

red 254 ◦ green 48 ◦ blue 92

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

Shades of Radical Red #FE305C

Tints of Radical Red #FE305C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.35%

R = 64.47%
G = 12.18%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FE305C (or 0xFE305C) is known color: Radical Red. HEX triplet: FE, 30 and 5C. RGB value is (254,48,92). Sum of RGB (Red+Green+Blue) = 254+48+92=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE305C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE305C is #01CFA3. Grayscale: #727272. Windows color (decimal): -118692 or 6041854. OLE color: 6041854.

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

Color convert

RGB 254 48 92 -
CMYK 0 0.81 0.64 0.00
HSL 347.18º 0.99% 0.59% -
HSV(B) 347.18º 0.81% 1% -
XYZ 43.86 23.96 12.44 -
YUV 114.61 115.25 227.42 -
System Red Green Blue C M Y K H S L
Decimal 254 48 92 0 0.81 0.64 0.00 347.18 0.99 0.59
Hex FE 30 5C 0 51 40 0 15B 63 3B
Octal 376 60 134 0 121 100 0 533 143 73
Binary 11111110 110000 1011100 0 1010001 1000000 0 101011011 1100011 111011

Color Harmonies of #FE305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE305C

Black with #FE305C

Text Example


Text Example

White with #FE305C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE305C; }

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

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

background-color css

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

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

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

border-color css

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

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

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