#FD4FB4

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

Shades of Brilliant Rose #FD4FB4

Tints of Brilliant Rose #FD4FB4

Color information

#FD4FB4 (or 0xFD4FB4) is unknown color: approx Brilliant Rose. HEX triplet: FD, 4F and B4. RGB value is (253,79,180). Sum of RGB (Red+Green+Blue) = 253+79+180=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 79 (31.25% from 255 or 15.43% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD4FB4 is #02B04B. Grayscale: #8E8E8E. Windows color (decimal): -176204 or 11816957. OLE color: 11816957.

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

Color convert

RGB25379180-
CMYK00.690.290.01
HSL325.17º97.75%65.1%-
HSV(B)325.17º68.77%99.22%-
XYZ51.5429.7746.21-
YUV142.54149.15206.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.41%
GREEN value IS 79 (31.25% from 255) = 15.43%
BLUE value IS 180 (70.70% from 255) = 35.16%
R=49.41%
G=15.43%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537918000.690.290.01325.1797.7565.1
HexFD4FB40451D11456241
Octal3751172640105351505142101
Binary111111011001111101101000100010111101110100010111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4FB4; }

 p { color: rgb(253,79,180); }

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

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

 a { background-color: rgb(253,79,180); }

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

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

 span { border-color: rgb(253,79,180); }

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