#FF7BBA

Color #FF7BBA Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #FF7BBA

Tints of Persian Pink #FF7BBA

Color information

#FF7BBA (or 0xFF7BBA) is unknown color: approx Persian Pink. HEX triplet: FF, 7B and BA. RGB value is (255,123,186). Sum of RGB (Red+Green+Blue) = 255+123+186=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7BBA is #008445. Grayscale: #A9A9A9. Windows color (decimal): -33862 or 12221439. OLE color: 12221439.

HSL color Cylindrical-coordinate representation of color #FF7BBA: hue angle of 331.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7BBA is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255123186-
CMYK00.520.270
HSL331.36º100%74.12%-
HSV(B)331.36º51.76%100%-
XYZ57.1938.9750.96-
YUV169.65137.23188.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.21%
GREEN value IS 123 (48.44% from 255) = 21.81%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=45.21%
G=21.81%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512318600.520.270331.3610074.12
HexFF7BBA0341B014b644a
Octal377173272064330513144112
Binary11111111111101110111010011010011011010100101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7BBA; }

 p { color: rgb(255,123,186); }

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

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

 a { background-color: rgb(255,123,186); }

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

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

 span { border-color: rgb(255,123,186); }

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