Html Css Color HEX #FF7BBA Persian Pink

📋 copy color: '#FF7BBA'

red 255 ◦ green 123 ◦ blue 186

#FF7BBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #FF7BBA

Tints of Persian Pink #FF7BBA

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 value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF7BBA (or 0xFF7BBA) is known color: 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

RGB 255 123 186 -
CMYK 0 0.52 0.27 0
HSL 331.36º 1% 0.74% -
HSV(B) 331.36º 0.52% 1% -
XYZ 57.19 38.97 50.96 -
YUV 169.65 137.23 188.88 -
System Red Green Blue C M Y K H S L
Decimal 255 123 186 0 0.52 0.27 0 331.36 1 0.74
Hex FF 7B BA 0 34 1B 0 14B 64 4A
Octal 377 173 272 0 64 33 0 513 144 112
Binary 11111111 1111011 10111010 0 110100 11011 0 101001011 1100100 1001010

Color Harmonies of #FF7BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7BBA

Black with #FF7BBA

Text Example


Text Example

White with #FF7BBA

Text Example


Text Example

HTML Codes & Css Web 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>