#FD4FB3

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

Shades of Brilliant Rose #FD4FB3

Tints of Brilliant Rose #FD4FB3

Color information

#FD4FB3 (or 0xFD4FB3) is unknown color: approx Brilliant Rose. HEX triplet: FD, 4F and B3. RGB value is (253,79,179). Sum of RGB (Red+Green+Blue) = 253+79+179=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 79 (31.25% from 255 or 15.46% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD4FB3 is #02B04C. Grayscale: #8E8E8E. Windows color (decimal): -176205 or 11751421. OLE color: 11751421.

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

Color convert

RGB25379179-
CMYK00.690.290.01
HSL325.52º97.75%65.1%-
HSV(B)325.52º68.77%99.22%-
XYZ51.4429.7345.67-
YUV142.43148.65206.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.51%
GREEN value IS 79 (31.25% from 255) = 15.46%
BLUE value IS 179 (70.31% from 255) = 35.03%
R=49.51%
G=15.46%
B=35.03%

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
Decimal2537917900.690.290.01325.5297.7565.1
HexFD4FB30451D11466241
Octal3751172630105351506142101
Binary111111011001111101100110100010111101110100011011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4FB3; }

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

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

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

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

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

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

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

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