#FA52B5

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

Shades of Brilliant Rose #FA52B5

Tints of Brilliant Rose #FA52B5

Color information

#FA52B5 (or 0xFA52B5) is unknown color: approx Brilliant Rose. HEX triplet: FA, 52 and B5. RGB value is (250,82,181). Sum of RGB (Red+Green+Blue) = 250+82+181=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA52B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA52B5 is #05AD4A. Grayscale: #8F8F8F. Windows color (decimal): -372043 or 11883258. OLE color: 11883258.

HSL color Cylindrical-coordinate representation of color #FA52B5: hue angle of 324.64º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA52B5 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB25082181-
CMYK00.670.280.02
HSL324.64º94.38%65.1%-
HSV(B)324.64º67.2%98.04%-
XYZ50.7829.6946.77-
YUV143.52149.16203.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.73%
GREEN value IS 82 (32.42% from 255) = 15.98%
BLUE value IS 181 (71.09% from 255) = 35.28%
R=48.73%
G=15.98%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508218100.670.280.02324.6494.3865.1
HexFA52B50431C21455e41
Octal3721222650103342505136101
Binary1111101010100101011010101000011111001010100010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA52B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA52B5; }

 p { color: rgb(250,82,181); }

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

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

 a { background-color: rgb(250,82,181); }

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

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

 span { border-color: rgb(250,82,181); }

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