Html Css Color HEX #FF84BA Persian Pink

📋 copy color: '#FF84BA'

red 255 ◦ green 132 ◦ blue 186

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

Shades of Persian Pink #FF84BA

Tints of Persian Pink #FF84BA

RGB

 RED value IS 255 (100% from 255) = 44.5%

 GREEN value IS 132 (51.95% from 255) = 23.04%

 BLUE value IS 186 (73.05% from 255) = 32.46%

R = 44.5%
G = 23.04%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF84BA (or 0xFF84BA) is known color: Persian Pink. HEX triplet: FF, 84 and BA. RGB value is (255,132,186). Sum of RGB (Red+Green+Blue) = 255+132+186=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84BA is #007B45. Grayscale: #AEAEAE. Windows color (decimal): -31558 or 12223743. OLE color: 12223743.

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

Color convert

RGB 255 132 186 -
CMYK 0 0.48 0.27 0
HSL 333.66º 1% 0.76% -
HSV(B) 333.66º 0.48% 1% -
XYZ 58.35 41.31 51.35 -
YUV 174.93 134.25 185.11 -
System Red Green Blue C M Y K H S L
Decimal 255 132 186 0 0.48 0.27 0 333.66 1 0.76
Hex FF 84 BA 0 30 1B 0 14E 64 4C
Octal 377 204 272 0 60 33 0 516 144 114
Binary 11111111 10000100 10111010 0 110000 11011 0 101001110 1100100 1001100

Color Harmonies of #FF84BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF84BA

Black with #FF84BA

Text Example


Text Example

White with #FF84BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF84BA; }

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

 H1.HeaderClassName
 {
   color: #FF84BA;
 }
 .AnyTagClassName
 {
   color: #FF84BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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