Html Css Color HEX #FE275B Radical Red

📋 copy color: '#FE275B'

red 254 ◦ green 39 ◦ blue 91

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

Shades of Radical Red #FE275B

Tints of Radical Red #FE275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.7%

R = 66.15%
G = 10.16%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FE275B (or 0xFE275B) is known color: Radical Red. HEX triplet: FE, 27 and 5B. RGB value is (254,39,91). Sum of RGB (Red+Green+Blue) = 254+39+91=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE275B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE275B is #01D8A4. Grayscale: #6D6D6D. Windows color (decimal): -120997 or 5974014. OLE color: 5974014.

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

Color convert

RGB 254 39 91 -
CMYK 0 0.85 0.64 0.00
HSL 345.49º 0.99% 0.57% -
HSV(B) 345.49º 0.85% 1% -
XYZ 43.49 23.28 12.1 -
YUV 109.21 117.73 231.27 -
System Red Green Blue C M Y K H S L
Decimal 254 39 91 0 0.85 0.64 0.00 345.49 0.99 0.57
Hex FE 27 5B 0 55 40 0 159 63 39
Octal 376 47 133 0 125 100 0 531 143 71
Binary 11111110 100111 1011011 0 1010101 1000000 0 101011001 1100011 111001

Color Harmonies of #FE275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE275B

Black with #FE275B

Text Example


Text Example

White with #FE275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE275B; }

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

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

background-color css

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

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

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

border-color css

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

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

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