Html Css Color HEX #FF6C95 Tickle Me Pink

📋 copy color: '#FF6C95'

red 255 ◦ green 108 ◦ blue 149

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

Shades of Tickle Me Pink #FF6C95

Tints of Tickle Me Pink #FF6C95

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.09%

 BLUE value IS 149 (58.59% from 255) = 29.1%

R = 49.8%
G = 21.09%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF6C95 (or 0xFF6C95) is known color: Tickle Me Pink. HEX triplet: FF, 6C and 95. RGB value is (255,108,149). Sum of RGB (Red+Green+Blue) = 255+108+149=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6C95 is #00936A. Grayscale: #9C9C9C. Windows color (decimal): -37739 or 9792767. OLE color: 9792767.

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

Color convert

RGB 255 108 149 -
CMYK 0 0.58 0.42 0
HSL 343.27º 1% 0.71% -
HSV(B) 343.27º 0.58% 1% -
XYZ 52.03 34.16 32.28 -
YUV 156.63 123.7 198.17 -
System Red Green Blue C M Y K H S L
Decimal 255 108 149 0 0.58 0.42 0 343.27 1 0.71
Hex FF 6C 95 0 3A 2A 0 157 64 47
Octal 377 154 225 0 72 52 0 527 144 107
Binary 11111111 1101100 10010101 0 111010 101010 0 101010111 1100100 1000111

Color Harmonies of #FF6C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C95

Black with #FF6C95

Text Example


Text Example

White with #FF6C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C95; }

 p { color: rgb(255,108,149); }

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

background-color css

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

 a { background-color: rgb(255,108,149); }

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

border-color css

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

 span { border-color: rgb(255,108,149); }

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