#FE266B

Color #FE266B Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FE266B

Tints of Radical Red #FE266B

Color information

#FE266B (or 0xFE266B) is unknown color: approx Radical Red. HEX triplet: FE, 26 and 6B. RGB value is (254,38,107). Sum of RGB (Red+Green+Blue) = 254+38+107=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE266B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE266B is #01D994. Grayscale: #6E6E6E. Windows color (decimal): -121237 or 7022334. OLE color: 7022334.

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

Color convert

RGB25438107-
CMYK00.850.580.00
HSL340.83º99.08%57.25%-
HSV(B)340.83º85.04%99.61%-
XYZ44.2223.5216.12-
YUV110.45126.06230.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 63.66%
GREEN value IS 38 (15.23% from 255) = 9.52%
BLUE value IS 107 (42.19% from 255) = 26.82%
R=63.66%
G=9.52%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543810700.850.580.00340.8399.0857.25
HexFE266B0553A01556339
Octal37646153012572052514371
Binary1111111010011011010110101010111101001010101011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE266B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE266B; }

 p { color: rgb(254,38,107); }

 H1.HeaderClassName
 {
   color: #FE266B;
 }
 .AnyTagClassName
 {
   color: #FE266B;
 }
</style>
background-color css

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

 a { background-color: rgb(254,38,107); }

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

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

 span { border-color: rgb(254,38,107); }

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