Html Css Color HEX #FE424B Radical Red

📋 copy color: '#FE424B'

red 254 ◦ green 66 ◦ blue 75

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

Shades of Radical Red #FE424B

Tints of Radical Red #FE424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.71%

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

R = 64.3%
G = 16.71%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE424B (or 0xFE424B) is known color: Radical Red. HEX triplet: FE, 42 and 4B. RGB value is (254,66,75). Sum of RGB (Red+Green+Blue) = 254+66+75=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE424B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE424B is #01BDB4. Grayscale: #7B7B7B. Windows color (decimal): -114101 or 4932350. OLE color: 4932350.

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

Color convert

RGB 254 66 75 -
CMYK 0 0.74 0.70 0.00
HSL 357.13º 0.99% 0.63% -
HSV(B) 357.13º 0.74% 1% -
XYZ 44.09 25.48 9.25 -
YUV 123.24 100.78 221.27 -
System Red Green Blue C M Y K H S L
Decimal 254 66 75 0 0.74 0.70 0.00 357.13 0.99 0.63
Hex FE 42 4B 0 4A 46 0 165 63 3F
Octal 376 102 113 0 112 106 0 545 143 77
Binary 11111110 1000010 1001011 0 1001010 1000110 0 101100101 1100011 111111

Color Harmonies of #FE424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE424B

Black with #FE424B

Text Example


Text Example

White with #FE424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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