Html Css Color HEX #FF82B0 Tickle Me Pink

📋 copy color: '#FF82B0'

red 255 ◦ green 130 ◦ blue 176

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

Shades of Tickle Me Pink #FF82B0

Tints of Tickle Me Pink #FF82B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.37%

R = 45.45%
G = 23.17%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF82B0 (or 0xFF82B0) is known color: Tickle Me Pink. HEX triplet: FF, 82 and B0. RGB value is (255,130,176). Sum of RGB (Red+Green+Blue) = 255+130+176=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF82B0 is #007D4F. Grayscale: #ACACAC. Windows color (decimal): -32080 or 11567871. OLE color: 11567871.

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

Color convert

RGB 255 130 176 -
CMYK 0 0.49 0.31 0
HSL 337.92º 1% 0.75% -
HSV(B) 337.92º 0.49% 1% -
XYZ 57.06 40.36 45.86 -
YUV 172.62 129.91 186.76 -
System Red Green Blue C M Y K H S L
Decimal 255 130 176 0 0.49 0.31 0 337.92 1 0.75
Hex FF 82 B0 0 31 1F 0 152 64 4B
Octal 377 202 260 0 61 37 0 522 144 113
Binary 11111111 10000010 10110000 0 110001 11111 0 101010010 1100100 1001011

Color Harmonies of #FF82B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82B0

Black with #FF82B0

Text Example


Text Example

White with #FF82B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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