#FB5CA4

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

Shades of Brilliant Rose #FB5CA4

Tints of Brilliant Rose #FB5CA4

Color information

#FB5CA4 (or 0xFB5CA4) is unknown color: approx Brilliant Rose. HEX triplet: FB, 5C and A4. RGB value is (251,92,164). Sum of RGB (Red+Green+Blue) = 251+92+164=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 164 (64.45% from 255 or 32.35% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5CA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5CA4 is #04A35B. Grayscale: #939393. Windows color (decimal): -303964 or 10771707. OLE color: 10771707.

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

Color convert

RGB25192164-
CMYK00.630.350.02
HSL332.83º95.21%67.25%-
HSV(B)332.83º63.35%98.43%-
XYZ50.3130.8438.42-
YUV147.75137.18201.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.51%
GREEN value IS 92 (36.33% from 255) = 18.15%
BLUE value IS 164 (64.45% from 255) = 32.35%
R=49.51%
G=18.15%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519216400.630.350.02332.8395.2167.25
HexFB5CA403F23214d5f43
Octal373134244077432515137103
Binary1111101110111001010010001111111000111010100110110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5CA4; }

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

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

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

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

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

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

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

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