Html Css Color HEX #FF82B5 Persian Pink

📋 copy color: '#FF82B5'

red 255 ◦ green 130 ◦ blue 181

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

Shades of Persian Pink #FF82B5

Tints of Persian Pink #FF82B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.98%

R = 45.05%
G = 22.97%
B = 31.98%

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

#FF82B5 (or 0xFF82B5) is known color: Persian Pink. HEX triplet: FF, 82 and B5. RGB value is (255,130,181). Sum of RGB (Red+Green+Blue) = 255+130+181=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82B5 is #007D4A. Grayscale: #ADADAD. Windows color (decimal): -32075 or 11895551. OLE color: 11895551.

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

Color convert

RGB 255 130 181 -
CMYK 0 0.49 0.29 0
HSL 335.52º 1% 0.75% -
HSV(B) 335.52º 0.49% 1% -
XYZ 57.56 40.56 48.51 -
YUV 173.19 132.41 186.35 -
System Red Green Blue C M Y K H S L
Decimal 255 130 181 0 0.49 0.29 0 335.52 1 0.75
Hex FF 82 B5 0 31 1D 0 150 64 4B
Octal 377 202 265 0 61 35 0 520 144 113
Binary 11111111 10000010 10110101 0 110001 11101 0 101010000 1100100 1001011

Color Harmonies of #FF82B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82B5

Black with #FF82B5

Text Example


Text Example

White with #FF82B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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