#FB69A1

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

Shades of Brilliant Rose #FB69A1

Tints of Brilliant Rose #FB69A1

Color information

#FB69A1 (or 0xFB69A1) is unknown color: approx Brilliant Rose. HEX triplet: FB, 69 and A1. RGB value is (251,105,161). Sum of RGB (Red+Green+Blue) = 251+105+161=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FB69A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB69A1 is #04965E. Grayscale: #9A9A9A. Windows color (decimal): -300639 or 10578427. OLE color: 10578427.

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

Color convert

RGB251105161-
CMYK00.580.360.02
HSL336.99º94.81%69.8%-
HSV(B)336.99º58.17%98.43%-
XYZ51.2733.1937.42-
YUV155.04131.37196.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.55%
GREEN value IS 105 (41.41% from 255) = 20.31%
BLUE value IS 161 (63.28% from 255) = 31.14%
R=48.55%
G=20.31%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110516100.580.360.02336.9994.8169.8
HexFB69A103A2421515f46
Octal373151241072442521137106
Binary1111101111010011010000101110101001001010101000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB69A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB69A1; }

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

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

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

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

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

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

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

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