#FE5CA7

Color #FE5CA7 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FE5CA7

Tints of Brilliant Rose #FE5CA7

Color information

#FE5CA7 (or 0xFE5CA7) is unknown color: approx Brilliant Rose. HEX triplet: FE, 5C and A7. RGB value is (254,92,167). Sum of RGB (Red+Green+Blue) = 254+92+167=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5CA7 is #01A358. Grayscale: #949494. Windows color (decimal): -107353 or 10968318. OLE color: 10968318.

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

Color convert

RGB25492167-
CMYK00.640.340.00
HSL332.22º98.78%67.84%-
HSV(B)332.22º63.78%99.61%-
XYZ51.6831.5239.92-
YUV148.99138.17202.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.51%
GREEN value IS 92 (36.33% from 255) = 17.93%
BLUE value IS 167 (65.62% from 255) = 32.55%
R=49.51%
G=17.93%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549216700.640.340.00332.2298.7867.84
HexFE5CA704022014c6344
Octal3761342470100420514143104
Binary1111111010111001010011101000000100010010100110011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5CA7; }

 p { color: rgb(254,92,167); }

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

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

 a { background-color: rgb(254,92,167); }

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

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

 span { border-color: rgb(254,92,167); }

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