#FB65A1

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

Shades of Brilliant Rose #FB65A1

Tints of Brilliant Rose #FB65A1

Color information

#FB65A1 (or 0xFB65A1) is unknown color: approx Brilliant Rose. HEX triplet: FB, 65 and A1. RGB value is (251,101,161). Sum of RGB (Red+Green+Blue) = 251+101+161=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB65A1 is #049A5E. Grayscale: #989898. Windows color (decimal): -301663 or 10577403. OLE color: 10577403.

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

Color convert

RGB251101161-
CMYK00.600.360.02
HSL336º94.94%69.02%-
HSV(B)336º59.76%98.43%-
XYZ50.8732.3937.29-
YUV152.69132.7198.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 48.93%
GREEN value IS 101 (39.84% from 255) = 19.69%
BLUE value IS 161 (63.28% from 255) = 31.38%
R=48.93%
G=19.69%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110116100.600.360.0233694.9469.02
HexFB65A103C2421505f45
Octal373145241074442520137105
Binary1111101111001011010000101111001001001010101000010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB65A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB65A1; }

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

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

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

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

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

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

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

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