Html Css Color HEX #FF75A0 Tickle Me Pink

📋 copy color: '#FF75A0'

red 255 ◦ green 117 ◦ blue 160

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

Shades of Tickle Me Pink #FF75A0

Tints of Tickle Me Pink #FF75A0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.99%

 BLUE value IS 160 (62.89% from 255) = 30.08%

R = 47.93%
G = 21.99%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF75A0 (or 0xFF75A0) is known color: Tickle Me Pink. HEX triplet: FF, 75 and A0. RGB value is (255,117,160). Sum of RGB (Red+Green+Blue) = 255+117+160=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF75A0 is #008A5F. Grayscale: #A3A3A3. Windows color (decimal): -35424 or 10515967. OLE color: 10515967.

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

Color convert

RGB 255 117 160 -
CMYK 0 0.54 0.37 0
HSL 341.3º 1% 0.73% -
HSV(B) 341.3º 0.54% 1% -
XYZ 53.95 36.52 37.46 -
YUV 163.16 126.22 193.5 -
System Red Green Blue C M Y K H S L
Decimal 255 117 160 0 0.54 0.37 0 341.3 1 0.73
Hex FF 75 A0 0 36 25 0 155 64 49
Octal 377 165 240 0 66 45 0 525 144 111
Binary 11111111 1110101 10100000 0 110110 100101 0 101010101 1100100 1001001

Color Harmonies of #FF75A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF75A0

Black with #FF75A0

Text Example


Text Example

White with #FF75A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF75A0; }

 p { color: rgb(255,117,160); }

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

background-color css

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

 a { background-color: rgb(255,117,160); }

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

border-color css

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

 span { border-color: rgb(255,117,160); }

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