#FD67A1

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

Shades of Brilliant Rose #FD67A1

Tints of Brilliant Rose #FD67A1

Color information

#FD67A1 (or 0xFD67A1) is unknown color: approx Brilliant Rose. HEX triplet: FD, 67 and A1. RGB value is (253,103,161). Sum of RGB (Red+Green+Blue) = 253+103+161=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD67A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD67A1 is #02985E. Grayscale: #9A9A9A. Windows color (decimal): -170079 or 10577917. OLE color: 10577917.

HSL color Cylindrical-coordinate representation of color #FD67A1: hue angle of 336.8º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD67A1 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB253103161-
CMYK00.590.360.01
HSL336.8º97.4%69.8%-
HSV(B)336.8º59.29%99.22%-
XYZ51.7933.1637.39-
YUV154.46131.7198.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.94%
GREEN value IS 103 (40.62% from 255) = 19.92%
BLUE value IS 161 (63.28% from 255) = 31.14%
R=48.94%
G=19.92%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310316100.590.360.01336.897.469.8
HexFD67A103B2411516146
Octal375147241073441521141106
Binary111111011100111101000010111011100100110101000111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD67A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD67A1; }

 p { color: rgb(253,103,161); }

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

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

 a { background-color: rgb(253,103,161); }

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

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

 span { border-color: rgb(253,103,161); }

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