#FE4CAA

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

Shades of Brilliant Rose #FE4CAA

Tints of Brilliant Rose #FE4CAA

Color information

#FE4CAA (or 0xFE4CAA) is unknown color: approx Brilliant Rose. HEX triplet: FE, 4C and AA. RGB value is (254,76,170). Sum of RGB (Red+Green+Blue) = 254+76+170=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4CAA is #01B355. Grayscale: #8B8B8B. Windows color (decimal): -111446 or 11160830. OLE color: 11160830.

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

Color convert

RGB25476170-
CMYK00.700.330.00
HSL328.31º98.89%64.71%-
HSV(B)328.31º70.08%99.61%-
XYZ50.7129.1440.98-
YUV139.94144.97209.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.8%
GREEN value IS 76 (30.08% from 255) = 15.2%
BLUE value IS 170 (66.80% from 255) = 34%
R=50.8%
G=15.2%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547617000.700.330.00328.3198.8964.71
HexFE4CAA0462101486341
Octal3761142520106410510143101
Binary1111111010011001010101001000110100001010100100011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4CAA; }

 p { color: rgb(254,76,170); }

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

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

 a { background-color: rgb(254,76,170); }

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

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

 span { border-color: rgb(254,76,170); }

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