#FD48A7

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

Shades of Brilliant Rose #FD48A7

Tints of Brilliant Rose #FD48A7

Color information

#FD48A7 (or 0xFD48A7) is unknown color: approx Brilliant Rose. HEX triplet: FD, 48 and A7. RGB value is (253,72,167). Sum of RGB (Red+Green+Blue) = 253+72+167=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 72 (28.52% from 255 or 14.63% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FD48A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD48A7 is #02B758. Grayscale: #888888. Windows color (decimal): -178009 or 10963197. OLE color: 10963197.

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

Color convert

RGB25372167-
CMYK00.720.340.01
HSL328.51º97.84%63.73%-
HSV(B)328.51º71.54%99.22%-
XYZ49.828.3139.4-
YUV136.95144.97210.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.42%
GREEN value IS 72 (28.52% from 255) = 14.63%
BLUE value IS 167 (65.62% from 255) = 33.94%
R=51.42%
G=14.63%
B=33.94%

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
Decimal2537216700.720.340.01328.5197.8463.73
HexFD48A70482211496240
Octal3751102470110421511142100
Binary1111110110010001010011101001000100010110100100111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD48A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD48A7; }

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

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

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

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

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

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

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

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