Html Css Color HEX #FE275A Radical Red

📋 copy color: '#FE275A'

red 254 ◦ green 39 ◦ blue 90

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

Shades of Radical Red #FE275A

Tints of Radical Red #FE275A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.18%

 BLUE value IS 90 (35.55% from 255) = 23.5%

R = 66.32%
G = 10.18%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE275A (or 0xFE275A) is known color: Radical Red. HEX triplet: FE, 27 and 5A. RGB value is (254,39,90). Sum of RGB (Red+Green+Blue) = 254+39+90=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE275A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE275A is #01D8A5. Grayscale: #6D6D6D. Windows color (decimal): -120998 or 5908478. OLE color: 5908478.

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

Color convert

RGB 254 39 90 -
CMYK 0 0.85 0.65 0.00
HSL 345.77º 0.99% 0.57% -
HSV(B) 345.77º 0.85% 1% -
XYZ 43.44 23.26 11.87 -
YUV 109.1 117.23 231.35 -
System Red Green Blue C M Y K H S L
Decimal 254 39 90 0 0.85 0.65 0.00 345.77 0.99 0.57
Hex FE 27 5A 0 55 41 0 15A 63 39
Octal 376 47 132 0 125 101 0 532 143 71
Binary 11111110 100111 1011010 0 1010101 1000001 0 101011010 1100011 111001

Color Harmonies of #FE275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE275A

Black with #FE275A

Text Example


Text Example

White with #FE275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE275A; }

 p { color: rgb(254,39,90); }

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

background-color css

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

 a { background-color: rgb(254,39,90); }

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

border-color css

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

 span { border-color: rgb(254,39,90); }

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