#FD48A6

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

Shades of Brilliant Rose #FD48A6

Tints of Brilliant Rose #FD48A6

Color information

#FD48A6 (or 0xFD48A6) is unknown color: approx Brilliant Rose. HEX triplet: FD, 48 and A6. RGB value is (253,72,166). Sum of RGB (Red+Green+Blue) = 253+72+166=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD48A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD48A6 is #02B759. Grayscale: #888888. Windows color (decimal): -178010 or 10897661. OLE color: 10897661.

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

Color convert

RGB25372166-
CMYK00.720.340.01
HSL328.84º97.84%63.73%-
HSV(B)328.84º71.54%99.22%-
XYZ49.7128.2738.91-
YUV136.83144.47210.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.53%
GREEN value IS 72 (28.52% from 255) = 14.66%
BLUE value IS 166 (65.23% from 255) = 33.81%
R=51.53%
G=14.66%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537216600.720.340.01328.8497.8463.73
HexFD48A60482211496240
Octal3751102460110421511142100
Binary1111110110010001010011001001000100010110100100111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD48A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD48A6; }

 p { color: rgb(253,72,166); }

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

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

 a { background-color: rgb(253,72,166); }

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

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

 span { border-color: rgb(253,72,166); }

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