Html Css Color HEX #FF6F96 Tickle Me Pink

📋 copy color: '#FF6F96'

red 255 ◦ green 111 ◦ blue 150

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

Shades of Tickle Me Pink #FF6F96

Tints of Tickle Me Pink #FF6F96

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.51%

 BLUE value IS 150 (58.98% from 255) = 29.07%

R = 49.42%
G = 21.51%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF6F96 (or 0xFF6F96) is known color: Tickle Me Pink. HEX triplet: FF, 6F and 96. RGB value is (255,111,150). Sum of RGB (Red+Green+Blue) = 255+111+150=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6F96 is #009069. Grayscale: #9E9E9E. Windows color (decimal): -36970 or 9859071. OLE color: 9859071.

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

Color convert

RGB 255 111 150 -
CMYK 0 0.56 0.41 0
HSL 343.75º 1% 0.72% -
HSV(B) 343.75º 0.56% 1% -
XYZ 52.43 34.83 32.81 -
YUV 158.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 255 111 150 0 0.56 0.41 0 343.75 1 0.72
Hex FF 6F 96 0 38 29 0 158 64 48
Octal 377 157 226 0 70 51 0 530 144 110
Binary 11111111 1101111 10010110 0 111000 101001 0 101011000 1100100 1001000

Color Harmonies of #FF6F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F96

Black with #FF6F96

Text Example


Text Example

White with #FF6F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F96; }

 p { color: rgb(255,111,150); }

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

background-color css

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

 a { background-color: rgb(255,111,150); }

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

border-color css

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

 span { border-color: rgb(255,111,150); }

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