#FE1F6A

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

Shades of Radical Red #FE1F6A

Tints of Radical Red #FE1F6A

Color information

#FE1F6A (or 0xFE1F6A) is unknown color: approx Radical Red. HEX triplet: FE, 1F and 6A. RGB value is (254,31,106). Sum of RGB (Red+Green+Blue) = 254+31+106=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1F6A is #01E095. Grayscale: #6A6A6A. Windows color (decimal): -123030 or 6955006. OLE color: 6955006.

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

Color convert

RGB25431106-
CMYK00.880.580.00
HSL339.82º99.11%55.88%-
HSV(B)339.82º87.8%99.61%-
XYZ43.9623.0915.78-
YUV106.23127.88233.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 64.96%
GREEN value IS 31 (12.5% from 255) = 7.93%
BLUE value IS 106 (41.80% from 255) = 27.11%
R=64.96%
G=7.93%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.58
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543110600.880.580.00339.8299.1155.88
HexFE1F6A0583A01546338
Octal37637152013072052414370
Binary111111101111111010100101100011101001010101001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1F6A; }

 p { color: rgb(254,31,106); }

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

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

 a { background-color: rgb(254,31,106); }

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

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

 span { border-color: rgb(254,31,106); }

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