#FB6898

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

Shades of Brilliant Rose #FB6898

Tints of Brilliant Rose #FB6898

Color information

#FB6898 (or 0xFB6898) is unknown color: approx Brilliant Rose. HEX triplet: FB, 68 and 98. RGB value is (251,104,152). Sum of RGB (Red+Green+Blue) = 251+104+152=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6898 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6898 is #049767. Grayscale: #999999. Windows color (decimal): -300904 or 9988347. OLE color: 9988347.

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

Color convert

RGB251104152-
CMYK00.590.390.02
HSL340.41º94.84%69.61%-
HSV(B)340.41º58.57%98.43%-
XYZ50.432.6833.36-
YUV153.42127.2197.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.51%
GREEN value IS 104 (41.02% from 255) = 20.51%
BLUE value IS 152 (59.77% from 255) = 29.98%
R=49.51%
G=20.51%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110415200.590.390.02340.4194.8469.61
HexFB689803B2721545f46
Octal373150230073472524137106
Binary1111101111010001001100001110111001111010101010010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6898; }

 p { color: rgb(251,104,152); }

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

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

 a { background-color: rgb(251,104,152); }

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

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

 span { border-color: rgb(251,104,152); }

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