Html Css Color HEX #FF84B7 Persian Pink

📋 copy color: '#FF84B7'

red 255 ◦ green 132 ◦ blue 183

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

Shades of Persian Pink #FF84B7

Tints of Persian Pink #FF84B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.11%

R = 44.74%
G = 23.16%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FF84B7 (or 0xFF84B7) is known color: Persian Pink. HEX triplet: FF, 84 and B7. RGB value is (255,132,183). Sum of RGB (Red+Green+Blue) = 255+132+183=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84B7 is #007B48. Grayscale: #AEAEAE. Windows color (decimal): -31561 or 12027135. OLE color: 12027135.

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

Color convert

RGB 255 132 183 -
CMYK 0 0.48 0.28 0
HSL 335.12º 1% 0.76% -
HSV(B) 335.12º 0.48% 1% -
XYZ 58.04 41.18 49.69 -
YUV 174.59 132.75 185.35 -
System Red Green Blue C M Y K H S L
Decimal 255 132 183 0 0.48 0.28 0 335.12 1 0.76
Hex FF 84 B7 0 30 1C 0 14F 64 4C
Octal 377 204 267 0 60 34 0 517 144 114
Binary 11111111 10000100 10110111 0 110000 11100 0 101001111 1100100 1001100

Color Harmonies of #FF84B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF84B7

Black with #FF84B7

Text Example


Text Example

White with #FF84B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF84B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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