Html Css Color HEX #FF82BA Persian Pink

📋 copy color: '#FF82BA'

red 255 ◦ green 130 ◦ blue 186

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

Shades of Persian Pink #FF82BA

Tints of Persian Pink #FF82BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.77%

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

R = 44.66%
G = 22.77%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF82BA (or 0xFF82BA) is known color: Persian Pink. HEX triplet: FF, 82 and BA. RGB value is (255,130,186). Sum of RGB (Red+Green+Blue) = 255+130+186=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82BA is #007D45. Grayscale: #ADADAD. Windows color (decimal): -32070 or 12223231. OLE color: 12223231.

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

Color convert

RGB 255 130 186 -
CMYK 0 0.49 0.27 0
HSL 333.12º 1% 0.75% -
HSV(B) 333.12º 0.49% 1% -
XYZ 58.09 40.77 51.26 -
YUV 173.76 134.91 185.95 -
System Red Green Blue C M Y K H S L
Decimal 255 130 186 0 0.49 0.27 0 333.12 1 0.75
Hex FF 82 BA 0 31 1B 0 14D 64 4B
Octal 377 202 272 0 61 33 0 515 144 113
Binary 11111111 10000010 10111010 0 110001 11011 0 101001101 1100100 1001011

Color Harmonies of #FF82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82BA

Black with #FF82BA

Text Example


Text Example

White with #FF82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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