Html Css Color HEX #FE484B Radical Red

📋 copy color: '#FE484B'

red 254 ◦ green 72 ◦ blue 75

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

Shades of Radical Red #FE484B

Tints of Radical Red #FE484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.96%

 BLUE value IS 75 (29.69% from 255) = 18.7%

R = 63.34%
G = 17.96%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE484B (or 0xFE484B) is known color: Radical Red. HEX triplet: FE, 48 and 4B. RGB value is (254,72,75). Sum of RGB (Red+Green+Blue) = 254+72+75=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE484B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE484B is #01B7B4. Grayscale: #7E7E7E. Windows color (decimal): -112565 or 4933886. OLE color: 4933886.

HSL color Cylindrical-coordinate representation of color #FE484B: hue angle of 359.01º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE484B is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 72 75 -
CMYK 0 0.72 0.70 0.00
HSL 359.01º 0.99% 0.64% -
HSV(B) 359.01º 0.72% 1% -
XYZ 44.46 26.21 9.37 -
YUV 126.76 98.8 218.76 -
System Red Green Blue C M Y K H S L
Decimal 254 72 75 0 0.72 0.70 0.00 359.01 0.99 0.64
Hex FE 48 4B 0 48 46 0 167 63 40
Octal 376 110 113 0 110 106 0 547 143 100
Binary 11111110 1001000 1001011 0 1001000 1000110 0 101100111 1100011 1000000

Color Harmonies of #FE484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE484B

Black with #FE484B

Text Example


Text Example

White with #FE484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE484B; }

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

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

background-color css

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

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

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

border-color css

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

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

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