#FB63A4

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

Shades of Brilliant Rose #FB63A4

Tints of Brilliant Rose #FB63A4

Color information

#FB63A4 (or 0xFB63A4) is unknown color: approx Brilliant Rose. HEX triplet: FB, 63 and A4. RGB value is (251,99,164). Sum of RGB (Red+Green+Blue) = 251+99+164=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB63A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB63A4 is #049C5B. Grayscale: #979797. Windows color (decimal): -302172 or 10773499. OLE color: 10773499.

HSL color Cylindrical-coordinate representation of color #FB63A4: hue angle of 334.34º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB63A4 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB25199164-
CMYK00.610.350.02
HSL334.34º95%68.63%-
HSV(B)334.34º60.56%98.43%-
XYZ50.9532.1138.64-
YUV151.86134.86198.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.83%
GREEN value IS 99 (39.06% from 255) = 19.26%
BLUE value IS 164 (64.45% from 255) = 31.91%
R=48.83%
G=19.26%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519916400.610.350.02334.349568.63
HexFB63A403D23214e5f45
Octal373143244075432516137105
Binary1111101111000111010010001111011000111010100111010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB63A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB63A4; }

 p { color: rgb(251,99,164); }

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

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

 a { background-color: rgb(251,99,164); }

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

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

 span { border-color: rgb(251,99,164); }

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