Html Css Color HEX #FF82B4 Persian Pink

📋 copy color: '#FF82B4'

red 255 ◦ green 130 ◦ blue 180

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

Shades of Persian Pink #FF82B4

Tints of Persian Pink #FF82B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.86%

R = 45.13%
G = 23.01%
B = 31.86%

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

#FF82B4 (or 0xFF82B4) is known color: Persian Pink. HEX triplet: FF, 82 and B4. RGB value is (255,130,180). Sum of RGB (Red+Green+Blue) = 255+130+180=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82B4 is #007D4B. Grayscale: #ADADAD. Windows color (decimal): -32076 or 11830015. OLE color: 11830015.

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

Color convert

RGB 255 130 180 -
CMYK 0 0.49 0.29 0
HSL 336º 1% 0.75% -
HSV(B) 336º 0.49% 1% -
XYZ 57.46 40.52 47.97 -
YUV 173.08 131.91 186.43 -
System Red Green Blue C M Y K H S L
Decimal 255 130 180 0 0.49 0.29 0 336 1 0.75
Hex FF 82 B4 0 31 1D 0 150 64 4B
Octal 377 202 264 0 61 35 0 520 144 113
Binary 11111111 10000010 10110100 0 110001 11101 0 101010000 1100100 1001011

Color Harmonies of #FF82B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82B4

Black with #FF82B4

Text Example


Text Example

White with #FF82B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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