#FB6195

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

Shades of Brilliant Rose #FB6195

Tints of Brilliant Rose #FB6195

Color information

#FB6195 (or 0xFB6195) is unknown color: approx Brilliant Rose. HEX triplet: FB, 61 and 95. RGB value is (251,97,149). Sum of RGB (Red+Green+Blue) = 251+97+149=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6195 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6195 is #049E6A. Grayscale: #949494. Windows color (decimal): -302699 or 9789947. OLE color: 9789947.

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

Color convert

RGB25197149-
CMYK00.610.410.02
HSL339.74º95.06%68.24%-
HSV(B)339.74º61.35%98.43%-
XYZ49.4831.2331.85-
YUV148.97128.02200.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.50%
GREEN value IS 97 (38.28% from 255) = 19.52%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=50.50%
G=19.52%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519714900.610.410.02339.7495.0668.24
HexFB619503D2921545f44
Octal373141225075512524137104
Binary1111101111000011001010101111011010011010101010010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6195; }

 p { color: rgb(251,97,149); }

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

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

 a { background-color: rgb(251,97,149); }

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

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

 span { border-color: rgb(251,97,149); }

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