Html Css Color HEX #FE2351 Radical Red

📋 copy color: '#FE2351'

red 254 ◦ green 35 ◦ blue 81

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

Shades of Radical Red #FE2351

Tints of Radical Red #FE2351

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.46%

 BLUE value IS 81 (32.03% from 255) = 21.89%

R = 68.65%
G = 9.46%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FE2351 (or 0xFE2351) is known color: Radical Red. HEX triplet: FE, 23 and 51. RGB value is (254,35,81). Sum of RGB (Red+Green+Blue) = 254+35+81=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2351 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2351 is #01DCAE. Grayscale: #696969. Windows color (decimal): -122031 or 5317630. OLE color: 5317630.

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

Color convert

RGB 254 35 81 -
CMYK 0 0.86 0.68 0.00
HSL 347.4º 0.99% 0.57% -
HSV(B) 347.4º 0.86% 1% -
XYZ 42.96 22.87 9.93 -
YUV 105.73 114.05 233.76 -
System Red Green Blue C M Y K H S L
Decimal 254 35 81 0 0.86 0.68 0.00 347.4 0.99 0.57
Hex FE 23 51 0 56 44 0 15B 63 39
Octal 376 43 121 0 126 104 0 533 143 71
Binary 11111110 100011 1010001 0 1010110 1000100 0 101011011 1100011 111001

Color Harmonies of #FE2351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2351

Black with #FE2351

Text Example


Text Example

White with #FE2351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2351; }

 p { color: rgb(254,35,81); }

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

background-color css

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

 a { background-color: rgb(254,35,81); }

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

border-color css

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

 span { border-color: rgb(254,35,81); }

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