#FB5CA1

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

Shades of Brilliant Rose #FB5CA1

Tints of Brilliant Rose #FB5CA1

Color information

#FB5CA1 (or 0xFB5CA1) is unknown color: approx Brilliant Rose. HEX triplet: FB, 5C and A1. RGB value is (251,92,161). Sum of RGB (Red+Green+Blue) = 251+92+161=504 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.80% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5CA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5CA1 is #04A35E. Grayscale: #939393. Windows color (decimal): -303967 or 10575099. OLE color: 10575099.

HSL color Cylindrical-coordinate representation of color #FB5CA1: hue angle of 333.96º 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 #FB5CA1 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB25192161-
CMYK00.630.360.02
HSL333.96º95.21%67.25%-
HSV(B)333.96º63.35%98.43%-
XYZ50.0430.7437.01-
YUV147.41135.68201.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.80%
GREEN value IS 92 (36.33% from 255) = 18.25%
BLUE value IS 161 (63.28% from 255) = 31.94%
R=49.80%
G=18.25%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519216100.630.360.02333.9695.2167.25
HexFB5CA103F24214e5f43
Octal373134241077442516137103
Binary1111101110111001010000101111111001001010100111010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5CA1; }

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

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

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

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

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

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

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

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