Html Css Color HEX #FF82B6 Persian Pink

📋 copy color: '#FF82B6'

red 255 ◦ green 130 ◦ blue 182

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

Shades of Persian Pink #FF82B6

Tints of Persian Pink #FF82B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.1%

R = 44.97%
G = 22.93%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF82B6 (or 0xFF82B6) is known color: Persian Pink. HEX triplet: FF, 82 and B6. RGB value is (255,130,182). Sum of RGB (Red+Green+Blue) = 255+130+182=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82B6 is #007D49. Grayscale: #ADADAD. Windows color (decimal): -32074 or 11961087. OLE color: 11961087.

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

Color convert

RGB 255 130 182 -
CMYK 0 0.49 0.29 0
HSL 335.04º 1% 0.75% -
HSV(B) 335.04º 0.49% 1% -
XYZ 57.67 40.6 49.05 -
YUV 173.3 132.91 186.27 -
System Red Green Blue C M Y K H S L
Decimal 255 130 182 0 0.49 0.29 0 335.04 1 0.75
Hex FF 82 B6 0 31 1D 0 14F 64 4B
Octal 377 202 266 0 61 35 0 517 144 113
Binary 11111111 10000010 10110110 0 110001 11101 0 101001111 1100100 1001011

Color Harmonies of #FF82B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82B6

Black with #FF82B6

Text Example


Text Example

White with #FF82B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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