#FD4CB5

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

Shades of Brilliant Rose #FD4CB5

Tints of Brilliant Rose #FD4CB5

Color information

#FD4CB5 (or 0xFD4CB5) is unknown color: approx Brilliant Rose. HEX triplet: FD, 4C and B5. RGB value is (253,76,181). Sum of RGB (Red+Green+Blue) = 253+76+181=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4CB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD4CB5 is #02B34A. Grayscale: #8C8C8C. Windows color (decimal): -176971 or 11881725. OLE color: 11881725.

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

Color convert

RGB25376181-
CMYK00.700.280.01
HSL324.41º97.79%64.51%-
HSV(B)324.41º69.96%99.22%-
XYZ51.4329.3946.68-
YUV140.89150.64207.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.61%
GREEN value IS 76 (30.08% from 255) = 14.90%
BLUE value IS 181 (71.09% from 255) = 35.49%
R=49.61%
G=14.90%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537618100.700.280.01324.4197.7964.51
HexFD4CB50461C11446241
Octal3751142650106341504142101
Binary111111011001100101101010100011011100110100010011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4CB5; }

 p { color: rgb(253,76,181); }

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

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

 a { background-color: rgb(253,76,181); }

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

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

 span { border-color: rgb(253,76,181); }

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