Html Css Color HEX #FF84BC Persian Pink

📋 copy color: '#FF84BC'

red 255 ◦ green 132 ◦ blue 188

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

Shades of Persian Pink #FF84BC

Tints of Persian Pink #FF84BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.7%

R = 44.35%
G = 22.96%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FF84BC (or 0xFF84BC) is known color: Persian Pink. HEX triplet: FF, 84 and BC. RGB value is (255,132,188). Sum of RGB (Red+Green+Blue) = 255+132+188=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84BC is #007B43. Grayscale: #AFAFAF. Windows color (decimal): -31556 or 12354815. OLE color: 12354815.

HSL color Cylindrical-coordinate representation of color #FF84BC: hue angle of 332.68º 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 #FF84BC is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 255 132 188 -
CMYK 0 0.48 0.26 0
HSL 332.68º 1% 0.76% -
HSV(B) 332.68º 0.48% 1% -
XYZ 58.57 41.39 52.48 -
YUV 175.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 255 132 188 0 0.48 0.26 0 332.68 1 0.76
Hex FF 84 BC 0 30 1A 0 14D 64 4C
Octal 377 204 274 0 60 32 0 515 144 114
Binary 11111111 10000100 10111100 0 110000 11010 0 101001101 1100100 1001100

Color Harmonies of #FF84BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF84BC

Black with #FF84BC

Text Example


Text Example

White with #FF84BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF84BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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