#FD4CB9

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

Shades of Brilliant Rose #FD4CB9

Tints of Brilliant Rose #FD4CB9

Color information

#FD4CB9 (or 0xFD4CB9) is unknown color: approx Brilliant Rose. HEX triplet: FD, 4C and B9. RGB value is (253,76,185). Sum of RGB (Red+Green+Blue) = 253+76+185=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 76 (30.08% from 255 or 14.79% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4CB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD4CB9 is #02B346. Grayscale: #8D8D8D. Windows color (decimal): -176967 or 12143869. OLE color: 12143869.

HSL color Cylindrical-coordinate representation of color #FD4CB9: hue angle of 323.05º 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 #FD4CB9 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB25376185-
CMYK00.700.270.01
HSL323.05º97.79%64.51%-
HSV(B)323.05º69.96%99.22%-
XYZ51.8529.5548.87-
YUV141.35152.64207.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.22%
GREEN value IS 76 (30.08% from 255) = 14.79%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=49.22%
G=14.79%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537618500.700.270.01323.0597.7964.51
HexFD4CB90461B11436241
Octal3751142710106331503142101
Binary111111011001100101110010100011011011110100001111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4CB9; }

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

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

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

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

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

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

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

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