#FD4F9B

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

Shades of Brilliant Rose #FD4F9B

Tints of Brilliant Rose #FD4F9B

Color information

#FD4F9B (or 0xFD4F9B) is unknown color: approx Brilliant Rose. HEX triplet: FD, 4F and 9B. RGB value is (253,79,155). Sum of RGB (Red+Green+Blue) = 253+79+155=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4F9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD4F9B is #02B064. Grayscale: #8B8B8B. Windows color (decimal): -176229 or 10178557. OLE color: 10178557.

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

Color convert

RGB25379155-
CMYK00.690.390.01
HSL333.79º97.75%65.1%-
HSV(B)333.79º68.77%99.22%-
XYZ49.2228.8433.98-
YUV139.69136.65208.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.95%
GREEN value IS 79 (31.25% from 255) = 16.22%
BLUE value IS 155 (60.94% from 255) = 31.83%
R=51.95%
G=16.22%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537915500.690.390.01333.7997.7565.1
HexFD4F9B04527114e6241
Octal3751172330105471516142101
Binary1111110110011111001101101000101100111110100111011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4F9B; }

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

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

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

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

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

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

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

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