Html Css Color HEX #FE3348 Radical Red

📋 copy color: '#FE3348'

red 254 ◦ green 51 ◦ blue 72

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

Shades of Radical Red #FE3348

Tints of Radical Red #FE3348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.53%

 BLUE value IS 72 (28.52% from 255) = 19.1%

R = 67.37%
G = 13.53%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FE3348 (or 0xFE3348) is known color: Radical Red. HEX triplet: FE, 33 and 48. RGB value is (254,51,72). Sum of RGB (Red+Green+Blue) = 254+51+72=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3348 is #01CCB7. Grayscale: #727272. Windows color (decimal): -117944 or 4731902. OLE color: 4731902.

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

Color convert

RGB 254 51 72 -
CMYK 0 0.80 0.72 0.00
HSL 353.79º 0.99% 0.6% -
HSV(B) 353.79º 0.8% 1% -
XYZ 43.23 23.91 8.47 -
YUV 114.09 104.25 227.79 -
System Red Green Blue C M Y K H S L
Decimal 254 51 72 0 0.80 0.72 0.00 353.79 0.99 0.6
Hex FE 33 48 0 50 48 0 162 63 3C
Octal 376 63 110 0 120 110 0 542 143 74
Binary 11111110 110011 1001000 0 1010000 1001000 0 101100010 1100011 111100

Color Harmonies of #FE3348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3348

Black with #FE3348

Text Example


Text Example

White with #FE3348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3348; }

 p { color: rgb(254,51,72); }

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

background-color css

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

 a { background-color: rgb(254,51,72); }

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

border-color css

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

 span { border-color: rgb(254,51,72); }

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