Html Css Color HEX #FF7DB1 Tickle Me Pink

📋 copy color: '#FF7DB1'

red 255 ◦ green 125 ◦ blue 177

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

Shades of Tickle Me Pink #FF7DB1

Tints of Tickle Me Pink #FF7DB1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.44%

 BLUE value IS 177 (69.53% from 255) = 31.78%

R = 45.78%
G = 22.44%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF7DB1 (or 0xFF7DB1) is known color: Tickle Me Pink. HEX triplet: FF, 7D and B1. RGB value is (255,125,177). Sum of RGB (Red+Green+Blue) = 255+125+177=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7DB1 is #00824E. Grayscale: #A9A9A9. Windows color (decimal): -33359 or 11632127. OLE color: 11632127.

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

Color convert

RGB 255 125 177 -
CMYK 0 0.51 0.31 0
HSL 336º 1% 0.75% -
HSV(B) 336º 0.51% 1% -
XYZ 56.51 39.1 46.16 -
YUV 169.8 132.07 188.77 -
System Red Green Blue C M Y K H S L
Decimal 255 125 177 0 0.51 0.31 0 336 1 0.75
Hex FF 7D B1 0 33 1F 0 150 64 4B
Octal 377 175 261 0 63 37 0 520 144 113
Binary 11111111 1111101 10110001 0 110011 11111 0 101010000 1100100 1001011

Color Harmonies of #FF7DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7DB1

Black with #FF7DB1

Text Example


Text Example

White with #FF7DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7DB1; }

 p { color: rgb(255,125,177); }

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

background-color css

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

 a { background-color: rgb(255,125,177); }

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

border-color css

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

 span { border-color: rgb(255,125,177); }

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