Html Css Color HEX #FF7CB0 Tickle Me Pink

📋 copy color: '#FF7CB0'

red 255 ◦ green 124 ◦ blue 176

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

Shades of Tickle Me Pink #FF7CB0

Tints of Tickle Me Pink #FF7CB0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.34%

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

R = 45.95%
G = 22.34%
B = 31.71%

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

#FF7CB0 (or 0xFF7CB0) is known color: Tickle Me Pink. HEX triplet: FF, 7C and B0. RGB value is (255,124,176). Sum of RGB (Red+Green+Blue) = 255+124+176=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7CB0 is #00834F. Grayscale: #A9A9A9. Windows color (decimal): -33616 or 11566335. OLE color: 11566335.

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

Color convert

RGB 255 124 176 -
CMYK 0 0.51 0.31 0
HSL 336.18º 1% 0.74% -
HSV(B) 336.18º 0.51% 1% -
XYZ 56.28 38.81 45.6 -
YUV 169.1 131.9 189.27 -
System Red Green Blue C M Y K H S L
Decimal 255 124 176 0 0.51 0.31 0 336.18 1 0.74
Hex FF 7C B0 0 33 1F 0 150 64 4A
Octal 377 174 260 0 63 37 0 520 144 112
Binary 11111111 1111100 10110000 0 110011 11111 0 101010000 1100100 1001010

Color Harmonies of #FF7CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7CB0

Black with #FF7CB0

Text Example


Text Example

White with #FF7CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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