Html Css Color HEX #FE3042 Radical Red

📋 copy color: '#FE3042'

red 254 ◦ green 48 ◦ blue 66

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

Shades of Radical Red #FE3042

Tints of Radical Red #FE3042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.93%

R = 69.02%
G = 13.04%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE3042 (or 0xFE3042) is known color: Radical Red. HEX triplet: FE, 30 and 42. RGB value is (254,48,66). Sum of RGB (Red+Green+Blue) = 254+48+66=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3042 is #01CFBD. Grayscale: #6F6F6F. Windows color (decimal): -118718 or 4337918. OLE color: 4337918.

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

Color convert

RGB 254 48 66 -
CMYK 0 0.81 0.74 0.00
HSL 354.76º 0.99% 0.59% -
HSV(B) 354.76º 0.81% 1% -
XYZ 42.91 23.58 7.44 -
YUV 111.65 102.25 229.54 -
System Red Green Blue C M Y K H S L
Decimal 254 48 66 0 0.81 0.74 0.00 354.76 0.99 0.59
Hex FE 30 42 0 51 4A 0 163 63 3B
Octal 376 60 102 0 121 112 0 543 143 73
Binary 11111110 110000 1000010 0 1010001 1001010 0 101100011 1100011 111011

Color Harmonies of #FE3042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3042

Black with #FE3042

Text Example


Text Example

White with #FE3042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3042; }

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

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

background-color css

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

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

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

border-color css

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

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

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