Html Css Color HEX #FE4250 Radical Red

📋 copy color: '#FE4250'

red 254 ◦ green 66 ◦ blue 80

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

Shades of Radical Red #FE4250

Tints of Radical Red #FE4250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20%

R = 63.5%
G = 16.5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE4250 (or 0xFE4250) is known color: Radical Red. HEX triplet: FE, 42 and 50. RGB value is (254,66,80). Sum of RGB (Red+Green+Blue) = 254+66+80=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4250 is #01BDAF. Grayscale: #7B7B7B. Windows color (decimal): -114096 or 5260030. OLE color: 5260030.

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

Color convert

RGB 254 66 80 -
CMYK 0 0.74 0.69 0.00
HSL 355.53º 0.99% 0.63% -
HSV(B) 355.53º 0.74% 1% -
XYZ 44.27 25.55 10.19 -
YUV 123.81 103.28 220.86 -
System Red Green Blue C M Y K H S L
Decimal 254 66 80 0 0.74 0.69 0.00 355.53 0.99 0.63
Hex FE 42 50 0 4A 45 0 164 63 3F
Octal 376 102 120 0 112 105 0 544 143 77
Binary 11111110 1000010 1010000 0 1001010 1000101 0 101100100 1100011 111111

Color Harmonies of #FE4250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4250

Black with #FE4250

Text Example


Text Example

White with #FE4250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4250; }

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

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

background-color css

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

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

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

border-color css

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

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

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